diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/touchscreen/mc13783_ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/mc13783_ts.c b/drivers/input/touchscreen/mc13783_ts.c index be115b3b65eb..be54fd639aca 100644 --- a/drivers/input/touchscreen/mc13783_ts.c +++ b/drivers/input/touchscreen/mc13783_ts.c | |||
@@ -44,7 +44,7 @@ static irqreturn_t mc13783_ts_handler(int irq, void *data) | |||
44 | { | 44 | { |
45 | struct mc13783_ts_priv *priv = data; | 45 | struct mc13783_ts_priv *priv = data; |
46 | 46 | ||
47 | mc13783_ackirq(priv->mc13783, irq); | 47 | mc13783_irq_ack(priv->mc13783, irq); |
48 | 48 | ||
49 | /* | 49 | /* |
50 | * Kick off reading coordinates. Note that if work happens already | 50 | * Kick off reading coordinates. Note that if work happens already |
@@ -135,7 +135,7 @@ static int mc13783_ts_open(struct input_dev *dev) | |||
135 | 135 | ||
136 | mc13783_lock(priv->mc13783); | 136 | mc13783_lock(priv->mc13783); |
137 | 137 | ||
138 | mc13783_ackirq(priv->mc13783, MC13783_IRQ_TS); | 138 | mc13783_irq_ack(priv->mc13783, MC13783_IRQ_TS); |
139 | 139 | ||
140 | ret = mc13783_irq_request(priv->mc13783, MC13783_IRQ_TS, | 140 | ret = mc13783_irq_request(priv->mc13783, MC13783_IRQ_TS, |
141 | mc13783_ts_handler, MC13783_TS_NAME, priv); | 141 | mc13783_ts_handler, MC13783_TS_NAME, priv); |