diff options
| author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-28 10:38:41 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:55 -0400 |
| commit | b4e017e332b873133602f47ae8cacfae64ab82c5 (patch) | |
| tree | 1105ed0713d97b5fb6ecc3a4aa6b8d00639957f9 /include/linux/mfd | |
| parent | 7e2bb82ee0d74b621bab452888cc3e7e8a013d0b (diff) | |
mfd: Remove deprecated mc13783 functions
The last user is gone since v2.6.34-rc1~40
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/mc13783.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/mfd/mc13783.h b/include/linux/mfd/mc13783.h index 0fa44fb8dd26..5f6aff55eeb7 100644 --- a/include/linux/mfd/mc13783.h +++ b/include/linux/mfd/mc13783.h | |||
| @@ -35,24 +35,6 @@ int mc13783_irq_status(struct mc13783 *mc13783, int irq, | |||
| 35 | int *enabled, int *pending); | 35 | int *enabled, int *pending); |
| 36 | int mc13783_irq_ack(struct mc13783 *mc13783, int irq); | 36 | int mc13783_irq_ack(struct mc13783 *mc13783, int irq); |
| 37 | 37 | ||
| 38 | static inline int mc13783_mask(struct mc13783 *mc13783, int irq) __deprecated; | ||
| 39 | static inline int mc13783_mask(struct mc13783 *mc13783, int irq) | ||
| 40 | { | ||
| 41 | return mc13783_irq_mask(mc13783, irq); | ||
| 42 | } | ||
| 43 | |||
| 44 | static inline int mc13783_unmask(struct mc13783 *mc13783, int irq) __deprecated; | ||
| 45 | static inline int mc13783_unmask(struct mc13783 *mc13783, int irq) | ||
| 46 | { | ||
| 47 | return mc13783_irq_unmask(mc13783, irq); | ||
| 48 | } | ||
| 49 | |||
| 50 | static inline int mc13783_ackirq(struct mc13783 *mc13783, int irq) __deprecated; | ||
| 51 | static inline int mc13783_ackirq(struct mc13783 *mc13783, int irq) | ||
| 52 | { | ||
| 53 | return mc13783_irq_ack(mc13783, irq); | ||
| 54 | } | ||
| 55 | |||
| 56 | #define MC13783_ADC0 43 | 38 | #define MC13783_ADC0 43 |
| 57 | #define MC13783_ADC0_ADREFEN (1 << 10) | 39 | #define MC13783_ADC0_ADREFEN (1 << 10) |
| 58 | #define MC13783_ADC0_ADREFMODE (1 << 11) | 40 | #define MC13783_ADC0_ADREFMODE (1 << 11) |
