diff options
Diffstat (limited to 'include/linux')
| -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) |
