diff options
author | Daniel Ribeiro <drwyrm@gmail.com> | 2009-07-31 06:38:02 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:46:55 -0400 |
commit | 327bc3a3efa408fb285948bfef112a6c58dfb375 (patch) | |
tree | c5aa1c1504d8c4af2a04b3b8d3c4a51b5ecc4af5 /include | |
parent | 89a99e76f6888166edb145f576cc4a761ee0e0a9 (diff) |
mfd: Remove VIB defines from pcap header file
Vibrator will be accessed via the pcap-regulator driver, no need to expose its
bits in the header file.
Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/ezx-pcap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mfd/ezx-pcap.h b/include/linux/mfd/ezx-pcap.h index dec82b0b05f9..e5124ceea769 100644 --- a/include/linux/mfd/ezx-pcap.h +++ b/include/linux/mfd/ezx-pcap.h | |||
@@ -227,7 +227,6 @@ void pcap_set_ts_bits(struct pcap_chip *, u32); | |||
227 | #define PCAP_LED1 1 | 227 | #define PCAP_LED1 1 |
228 | #define PCAP_BL0 2 | 228 | #define PCAP_BL0 2 |
229 | #define PCAP_BL1 3 | 229 | #define PCAP_BL1 3 |
230 | #define PCAP_VIB 4 | ||
231 | #define PCAP_LED_3MA 0 | 230 | #define PCAP_LED_3MA 0 |
232 | #define PCAP_LED_4MA 1 | 231 | #define PCAP_LED_4MA 1 |
233 | #define PCAP_LED_5MA 2 | 232 | #define PCAP_LED_5MA 2 |
@@ -246,9 +245,6 @@ void pcap_set_ts_bits(struct pcap_chip *, u32); | |||
246 | #define PCAP_LED0_C_SHIFT 15 | 245 | #define PCAP_LED0_C_SHIFT 15 |
247 | #define PCAP_LED1_C_SHIFT 17 | 246 | #define PCAP_LED1_C_SHIFT 17 |
248 | #define PCAP_BL1_SHIFT 20 | 247 | #define PCAP_BL1_SHIFT 20 |
249 | #define PCAP_VIB_MASK 0x3 | ||
250 | #define PCAP_VIB_SHIFT 20 | ||
251 | #define PCAP_VIB_EN (1 << 19) | ||
252 | 248 | ||
253 | /* RTC */ | 249 | /* RTC */ |
254 | #define PCAP_RTC_DAY_MASK 0x3fff | 250 | #define PCAP_RTC_DAY_MASK 0x3fff |