]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfca2b281a7f052288561f7a29d8aad7b01910b0a
treeba35631300285035f154096f775cc01154c4084a
parent359308c491f23a9dc30c59c68e5b05231dbbce01
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