diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-24 11:17:06 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-24 22:01:11 -0700 |
commit | 2099c99e3b24f86b131566aa9854249189ae9ea2 (patch) | |
tree | e80fc89e59eb0e4e7f7c545d2d7f3816769a8683 /drivers/mmc/tifm_sd.c | |
parent | 016002312d50004908a79df37174b336e3682e18 (diff) |
[PATCH] missing includes of io.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mmc/tifm_sd.c')
-rw-r--r-- | drivers/mmc/tifm_sd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/tifm_sd.c b/drivers/mmc/tifm_sd.c index 2bacff60913..0fdc55b08a6 100644 --- a/drivers/mmc/tifm_sd.c +++ b/drivers/mmc/tifm_sd.c @@ -14,6 +14,7 @@ #include <linux/mmc/protocol.h> #include <linux/mmc/host.h> #include <linux/highmem.h> +#include <asm/io.h> #define DRIVER_NAME "tifm_sd" #define DRIVER_VERSION "0.6" |