diff options
| author | Igor Grinberg <grinberg@compulab.co.il> | 2012-08-28 19:18:57 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-09-10 19:39:21 -0400 |
| commit | cf3a6ec2c0a499ef019d25d4dbc79df66e7d3f0c (patch) | |
| tree | 5f6b9f2edad81e429664b13cf36038d9d94951ee /drivers | |
| parent | 801475ccb2b2c1928b22aec4b9e5285d9e347602 (diff) | |
ARM: OMAP: remove plat/board.h file
plat/board.h file is now empty - remove it.
Cc: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Cc: Chris Ball <cjb@laptop.org>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: linux-mmc@vger.kernel.org
Cc: linux-mtd@lists.infradead.org
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mmc/host/omap.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/host/omap_hsmmc.c | 1 | ||||
| -rw-r--r-- | drivers/mtd/onenand/omap2.c | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index a5999a74496a..87c0293a1eef 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
| @@ -33,7 +33,6 @@ | |||
| 33 | #include <asm/io.h> | 33 | #include <asm/io.h> |
| 34 | #include <asm/irq.h> | 34 | #include <asm/irq.h> |
| 35 | 35 | ||
| 36 | #include <plat/board.h> | ||
| 37 | #include <plat/mmc.h> | 36 | #include <plat/mmc.h> |
| 38 | #include <asm/gpio.h> | 37 | #include <asm/gpio.h> |
| 39 | #include <plat/dma.h> | 38 | #include <plat/dma.h> |
diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index 3a09f93cc3b6..f871b31ece5a 100644 --- a/drivers/mmc/host/omap_hsmmc.c +++ b/drivers/mmc/host/omap_hsmmc.c | |||
| @@ -40,7 +40,6 @@ | |||
| 40 | #include <linux/regulator/consumer.h> | 40 | #include <linux/regulator/consumer.h> |
| 41 | #include <linux/pm_runtime.h> | 41 | #include <linux/pm_runtime.h> |
| 42 | #include <mach/hardware.h> | 42 | #include <mach/hardware.h> |
| 43 | #include <plat/board.h> | ||
| 44 | #include <plat/mmc.h> | 43 | #include <plat/mmc.h> |
| 45 | #include <plat/cpu.h> | 44 | #include <plat/cpu.h> |
| 46 | 45 | ||
diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index 398a82783848..10ed992aaab2 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c | |||
| @@ -44,8 +44,6 @@ | |||
| 44 | 44 | ||
| 45 | #include <plat/dma.h> | 45 | #include <plat/dma.h> |
| 46 | 46 | ||
| 47 | #include <plat/board.h> | ||
| 48 | |||
| 49 | #define DRIVER_NAME "omap2-onenand" | 47 | #define DRIVER_NAME "omap2-onenand" |
| 50 | 48 | ||
| 51 | #define ONENAND_IO_SIZE SZ_128K | 49 | #define ONENAND_IO_SIZE SZ_128K |
