diff options
Diffstat (limited to 'drivers/mmc/sdhci.c')
-rw-r--r-- | drivers/mmc/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index 20711acb0120..6d024342b2fd 100644 --- a/drivers/mmc/sdhci.c +++ b/drivers/mmc/sdhci.c | |||
@@ -985,7 +985,7 @@ static void sdhci_data_irq(struct sdhci_host *host, u32 intmask) | |||
985 | } | 985 | } |
986 | } | 986 | } |
987 | 987 | ||
988 | static irqreturn_t sdhci_irq(int irq, void *dev_id, struct pt_regs *regs) | 988 | static irqreturn_t sdhci_irq(int irq, void *dev_id) |
989 | { | 989 | { |
990 | irqreturn_t result; | 990 | irqreturn_t result; |
991 | struct sdhci_host* host = dev_id; | 991 | struct sdhci_host* host = dev_id; |