diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2010-02-25 18:36:38 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-05-06 18:02:01 -0400 |
commit | 28552c2eae472a0a52d1cdb02eb32766c7f690e1 (patch) | |
tree | b996bede5ecde42ad8b95d99b494418b1acd2a90 /arch/arm/mach-davinci/board-sffsdr.c | |
parent | 66f41d4c5c8a5deed66fdcc84509376c9a0bf9d8 (diff) |
davinci: misc cleanups from sparse
- Convert data/functions to static
- include headers for missing declarations
- pointer cleanups: struct foo *__iomem f --> struct foo __iomem *f;
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-sffsdr.c')
-rw-r--r-- | arch/arm/mach-davinci/board-sffsdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-sffsdr.c b/arch/arm/mach-davinci/board-sffsdr.c index 08d373bfcc8a..a7cf810bb13e 100644 --- a/arch/arm/mach-davinci/board-sffsdr.c +++ b/arch/arm/mach-davinci/board-sffsdr.c | |||
@@ -48,7 +48,7 @@ | |||
48 | #define DAVINCI_ASYNC_EMIF_CONTROL_BASE 0x01e00000 | 48 | #define DAVINCI_ASYNC_EMIF_CONTROL_BASE 0x01e00000 |
49 | #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 | 49 | #define DAVINCI_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 |
50 | 50 | ||
51 | struct mtd_partition davinci_sffsdr_nandflash_partition[] = { | 51 | static struct mtd_partition davinci_sffsdr_nandflash_partition[] = { |
52 | /* U-Boot Environment: Block 0 | 52 | /* U-Boot Environment: Block 0 |
53 | * UBL: Block 1 | 53 | * UBL: Block 1 |
54 | * U-Boot: Blocks 6-7 (256 kb) | 54 | * U-Boot: Blocks 6-7 (256 kb) |