diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-02-24 22:37:53 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-06 12:46:51 -0500 |
commit | 624e26e0209015718abbd63a402efba02628fec0 (patch) | |
tree | ebdbb779c20f3b0d3c77ce294bb94cb15918ffe9 /drivers/mfd | |
parent | 7f849a39eed81aef0ba36a7170a6c58056cf625a (diff) |
mfd: Include linux/mfd/pcf50633/mbc.h in pcf50633-irq.c
Include linux/mfd/pcf50633/mbc.h instead of duplicating the same defines.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/pcf50633-irq.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/mfd/pcf50633-irq.c b/drivers/mfd/pcf50633-irq.c index 048a3b903b01..498286cbb530 100644 --- a/drivers/mfd/pcf50633-irq.c +++ b/drivers/mfd/pcf50633-irq.c | |||
@@ -19,12 +19,7 @@ | |||
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
20 | 20 | ||
21 | #include <linux/mfd/pcf50633/core.h> | 21 | #include <linux/mfd/pcf50633/core.h> |
22 | 22 | #include <linux/mfd/pcf50633/mbc.h> | |
23 | /* Two MBCS registers used during cold start */ | ||
24 | #define PCF50633_REG_MBCS1 0x4b | ||
25 | #define PCF50633_REG_MBCS2 0x4c | ||
26 | #define PCF50633_MBCS1_USBPRES 0x01 | ||
27 | #define PCF50633_MBCS1_ADAPTPRES 0x01 | ||
28 | 23 | ||
29 | int pcf50633_register_irq(struct pcf50633 *pcf, int irq, | 24 | int pcf50633_register_irq(struct pcf50633 *pcf, int irq, |
30 | void (*handler) (int, void *), void *data) | 25 | void (*handler) (int, void *), void *data) |