Skip to content

Commit

Permalink
ARM: OMAP2+: Drop legacy ads7846 init
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Lindgren committed Nov 10, 2016
1 parent 6a6e640 commit dbf828e
Showing 6 changed files with 0 additions and 162 deletions.
3 changes: 0 additions & 3 deletions arch/arm/mach-omap2/Makefile
Original file line number Diff line number Diff line change
@@ -244,6 +244,3 @@ obj-y += $(onenand-m) $(onenand-y)

nand-$(CONFIG_MTD_NAND_OMAP2) := gpmc-nand.o
obj-y += $(nand-m) $(nand-y)


obj-y += common-board-devices.o dss-common.o
102 changes: 0 additions & 102 deletions arch/arm/mach-omap2/common-board-devices.c

This file was deleted.

7 changes: 0 additions & 7 deletions arch/arm/mach-omap2/common-board-devices.h
Original file line number Diff line number Diff line change
@@ -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;
36 changes: 0 additions & 36 deletions arch/arm/mach-omap2/dss-common.c

This file was deleted.

13 changes: 0 additions & 13 deletions arch/arm/mach-omap2/dss-common.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/mach-omap2/pdata-quirks.c
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@

#include "common.h"
#include "common-board-devices.h"
#include "dss-common.h"
#include "control.h"
#include "omap_device.h"
#include "omap-pm.h"

0 comments on commit dbf828e

Please sign in to comment.