Files
linux/drivers
Arnd Bergmann 1bd47ceafb mmc: s3cmci: include linux/interrupt.h for tasklet_struct
[ Upstream commit e1c6ec26b8 ]

I got this new build error on today's linux-next

drivers/mmc/host/s3cmci.h:69:24: error: field 'pio_tasklet' has incomplete type
  struct tasklet_struct pio_tasklet;
drivers/mmc/host/s3cmci.c: In function 's3cmci_enable_irq':
drivers/mmc/host/s3cmci.c:390:4: error: implicit declaration of function 'enable_irq';did you mean 'enable_imask'? [-Werror=implicit-function-declaration]

While I haven't found out why this happened now and not earlier, the
solution is obvious, we should include the header that defines
the structure.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-08 10:08:33 +01:00
..
2016-12-05 14:53:46 -05:00
2017-11-08 10:08:32 +01:00
2017-10-18 09:35:38 +02:00
2017-10-12 11:51:24 +02:00
2017-10-27 10:38:06 +02:00
2017-09-09 17:39:41 +02:00
2017-10-21 17:21:35 +02:00
2016-09-20 20:57:12 +10:00
2017-04-21 09:31:24 +02:00