diff options
| author | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-10-10 22:14:09 +0530 |
|---|---|---|
| committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-10-16 00:14:00 +0530 |
| commit | 469146c0977436c0803590ef6a0de368cab5b946 (patch) | |
| tree | 3030c115b763cafa5c338a63ce95ee9f9e7c5526 /drivers/mtd/spi/sf_internal.h | |
| parent | 6152dd15283dbc3bb65ff02d6faad7ef9ef7f7bc (diff) | |
| download | olio-uboot-2014.01-469146c0977436c0803590ef6a0de368cab5b946.tar.xz olio-uboot-2014.01-469146c0977436c0803590ef6a0de368cab5b946.zip | |
sf: Minor cleanups.
- Add comments.
- Renamed few macros.
- Add tabs.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'drivers/mtd/spi/sf_internal.h')
| -rw-r--r-- | drivers/mtd/spi/sf_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/spi/sf_internal.h b/drivers/mtd/spi/sf_internal.h index 12d02f9e4..ad044ee93 100644 --- a/drivers/mtd/spi/sf_internal.h +++ b/drivers/mtd/spi/sf_internal.h @@ -7,8 +7,8 @@ * Licensed under the GPL-2 or later. */ -#ifndef _SPI_FLASH_INTERNAL_H_ -#define _SPI_FLASH_INTERNAL_H_ +#ifndef _SF_INTERNAL_H_ +#define _SF_INTERNAL_H_ #define SPI_FLASH_16MB_BOUN 0x1000000 @@ -139,4 +139,4 @@ int spi_flash_read_common(struct spi_flash *flash, const u8 *cmd, int spi_flash_cmd_read_ops(struct spi_flash *flash, u32 offset, size_t len, void *data); -#endif /* _SPI_FLASH_INTERNAL_H_ */ +#endif /* _SF_INTERNAL_H_ */ |