summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-01-20 11:04:16 +0800
committerEric Miao <eric.miao@marvell.com>2009-01-22 14:21:14 +0800
commita990023a89a45f8a097894b2b57975c4adf1ec79 (patch)
tree274462de4a3bef372198bdb3b4769d5743b7c2d2 /drivers/input
parentb1c07162a09eaa7bfdd558828ca752b89b3a3420 (diff)
[ARM] pxa: separate definitions from pxa-regs.h and remove it finally
The remaining registers are separated into: - <mach/regs-ost.h> - <mach/regs-rtc.h> - <mach/regs-intc.h> and then we can remove pxa-regs.h completely. Instead of #include this file, let's: 1. include the specific <mach/regs-*.h> with care (if that's absolutely necessary) 2. define the registers in the driver, make cleanly defined API to expose the register access to external with sufficient reason Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/corgi_ts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/corgi_ts.c b/drivers/input/touchscreen/corgi_ts.c
index 65202c9f63ff..e7292853d2bf 100644
--- a/drivers/input/touchscreen/corgi_ts.c
+++ b/drivers/input/touchscreen/corgi_ts.c
@@ -21,7 +21,6 @@
#include <mach/sharpsl.h>
#include <mach/hardware.h>
-#include <mach/pxa-regs.h>
#include <mach/pxa2xx-gpio.h>