diff options
author | Tony Lindgren <tony@atomide.com> | 2016-11-11 01:46:13 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-11 01:46:13 +0300 |
commit | dbf828ec4c765623dfd1ff91ca9c1dccbe7a3da3 (patch) | |
tree | b460e40312ac8907bb584fe9d060a17937b91048 /arch/arm/mach-omap2/common-board-devices.h | |
parent | 6a6e640bc191d1d026fd09c4d8688259aa6d373f (diff) | |
download | linux-dbf828ec4c765623dfd1ff91ca9c1dccbe7a3da3.tar.xz |
ARM: OMAP2+: Drop legacy ads7846 init
Diffstat (limited to 'arch/arm/mach-omap2/common-board-devices.h')
-rw-r--r-- | arch/arm/mach-omap2/common-board-devices.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/common-board-devices.h b/arch/arm/mach-omap2/common-board-devices.h index a17b1254e82a..335c7822fea1 100644 --- a/arch/arm/mach-omap2/common-board-devices.h +++ b/arch/arm/mach-omap2/common-board-devices.h @@ -4,13 +4,6 @@ #include <sound/tlv320aic3x.h> #include <linux/mfd/menelaus.h> -#define NAND_BLOCK_SIZE SZ_128K - -struct mtd_partition; -struct ads7846_platform_data; - -void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce, - struct ads7846_platform_data *board_pdata); void *n8x0_legacy_init(void); extern struct menelaus_platform_data n8x0_menelaus_platform_data; |