commit | 63e14626eddb534ab429e9c2b95d3f7038b596b6 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <[email protected]> | Sun Jun 01 11:49:32 2008 +0200 |
committer | Linus Torvalds <[email protected]> | Mon Jun 02 15:27:10 2008 -0700 |
tree | ba35631300285035f154096f775cc01154c4084a | |
parent | b09916e4f07de1cb2259cb01ec31e6ce535471bc [diff] |
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 <[email protected]> Signed-off-by: Pierre Ossman <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>