diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-13 02:45:21 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-13 02:45:21 -0400 |
commit | f4585a08479a730fb809606b8ee327a5398c117c (patch) | |
tree | beca2187ebd86bae26321288ec8af33f02222c07 /arch/blackfin/mach-bf527 | |
parent | 1ffb9bef23d283e0e94c73e6683a6591ba3b0888 (diff) |
Blackfin arch: only include asm/cplb.h when it is truly used
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/cm_bf527.c | 3 | ||||
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c index 986483fb69fa..9ea440bbb13d 100644 --- a/arch/blackfin/mach-bf527/boards/cm_bf527.c +++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <linux/interrupt.h> | 44 | #include <linux/interrupt.h> |
45 | #include <linux/usb/sl811.h> | 45 | #include <linux/usb/sl811.h> |
46 | #include <linux/usb/musb.h> | 46 | #include <linux/usb/musb.h> |
47 | #include <asm/cplb.h> | ||
48 | #include <asm/dma.h> | 47 | #include <asm/dma.h> |
49 | #include <asm/bfin5xx_spi.h> | 48 | #include <asm/bfin5xx_spi.h> |
50 | #include <asm/reboot.h> | 49 | #include <asm/reboot.h> |
@@ -209,7 +208,7 @@ static struct mtd_partition partition_info[] = { | |||
209 | { | 208 | { |
210 | .name = "linux kernel(nand)", | 209 | .name = "linux kernel(nand)", |
211 | .offset = 0, | 210 | .offset = 0, |
212 | .size = 4 * SIZE_1M, | 211 | .size = 4 * 1024 * 1024, |
213 | }, | 212 | }, |
214 | { | 213 | { |
215 | .name = "file system(nand)", | 214 | .name = "file system(nand)", |
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index a756934482cf..04a8d6da9055 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -43,7 +43,6 @@ | |||
43 | #include <linux/interrupt.h> | 43 | #include <linux/interrupt.h> |
44 | #include <linux/usb/sl811.h> | 44 | #include <linux/usb/sl811.h> |
45 | #include <linux/usb/musb.h> | 45 | #include <linux/usb/musb.h> |
46 | #include <asm/cplb.h> | ||
47 | #include <asm/dma.h> | 46 | #include <asm/dma.h> |
48 | #include <asm/bfin5xx_spi.h> | 47 | #include <asm/bfin5xx_spi.h> |
49 | #include <asm/reboot.h> | 48 | #include <asm/reboot.h> |
@@ -226,7 +225,7 @@ static struct mtd_partition partition_info[] = { | |||
226 | { | 225 | { |
227 | .name = "linux kernel(nand)", | 226 | .name = "linux kernel(nand)", |
228 | .offset = 0, | 227 | .offset = 0, |
229 | .size = 4 * SIZE_1M, | 228 | .size = 4 * 1024 * 1024, |
230 | }, | 229 | }, |
231 | { | 230 | { |
232 | .name = "file system(nand)", | 231 | .name = "file system(nand)", |