diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-04-20 12:42:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-24 05:05:25 -0400 |
commit | 328d8a012583f0c25f8db25a2e5e63b521201542 (patch) | |
tree | 0aeba6a70c62e81680d64807ac70163b5c8429b5 /drivers/mfd/htc-pasic3.c | |
parent | 99b56cad8d64279c075b4e1b0ca28347e3c5267a (diff) |
[ARM] 5010/1: htc-pasic3: remove unused defines and includes
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/htc-pasic3.c')
-rw-r--r-- | drivers/mfd/htc-pasic3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mfd/htc-pasic3.c b/drivers/mfd/htc-pasic3.c index af66f4f28300..4edc120a6359 100644 --- a/drivers/mfd/htc-pasic3.c +++ b/drivers/mfd/htc-pasic3.c | |||
@@ -19,8 +19,6 @@ | |||
19 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
20 | #include <linux/mfd/htc-pasic3.h> | 20 | #include <linux/mfd/htc-pasic3.h> |
21 | 21 | ||
22 | #include <asm/arch/pxa-regs.h> | ||
23 | |||
24 | struct pasic3_data { | 22 | struct pasic3_data { |
25 | void __iomem *mapping; | 23 | void __iomem *mapping; |
26 | unsigned int bus_shift; | 24 | unsigned int bus_shift; |
@@ -30,7 +28,6 @@ struct pasic3_data { | |||
30 | 28 | ||
31 | #define REG_ADDR 5 | 29 | #define REG_ADDR 5 |
32 | #define REG_DATA 6 | 30 | #define REG_DATA 6 |
33 | #define NUM_REGS 7 | ||
34 | 31 | ||
35 | #define READ_MODE 0x80 | 32 | #define READ_MODE 0x80 |
36 | 33 | ||