mmc_spi: mmc_spi.h should include linux/interrupts.h
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Sun, 1 Jun 2008 09:49:32 +0000 (11:49 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 2 Jun 2008 22:27:10 +0000 (15:27 -0700)
commit63e14626eddb534ab429e9c2b95d3f7038b596b6
treeba35631300285035f154096f775cc01154c4084a
parentb09916e4f07de1cb2259cb01ec31e6ce535471bc
mmc_spi: mmc_spi.h should include linux/interrupts.h

Since mmc_spi.h uses irqreturn_t type, it should include appropriate
header, otherwise build will break if users didn't include it (some of
them do not use interrupts).

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/spi/mmc_spi.h