diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/twl6030-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl6030-irq.c b/drivers/mfd/twl6030-irq.c index aa367a2c846c..3c2cc0082f57 100644 --- a/drivers/mfd/twl6030-irq.c +++ b/drivers/mfd/twl6030-irq.c | |||
@@ -236,7 +236,7 @@ static inline void activate_irq(int irq) | |||
236 | #endif | 236 | #endif |
237 | } | 237 | } |
238 | 238 | ||
239 | int twl6030_irq_set_wake(struct irq_data *d, unsigned int on) | 239 | static int twl6030_irq_set_wake(struct irq_data *d, unsigned int on) |
240 | { | 240 | { |
241 | if (on) | 241 | if (on) |
242 | atomic_inc(&twl6030_wakeirqs); | 242 | atomic_inc(&twl6030_wakeirqs); |