diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 15:58:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-10 15:58:09 +0000 |
commit | 657a501e22e2bebcfb67dc076d38d5f47af9cfda (patch) | |
tree | a0d1c837115d1fd31be5a06205f6b2f16dedfefb /include/asm-mips/io.h | |
parent | 624609963e5e2220bc78e45c90ec88598468e7ec (diff) |
Compile fix for recent ioremap patch.
Diffstat (limited to 'include/asm-mips/io.h')
-rw-r--r-- | include/asm-mips/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/io.h b/include/asm-mips/io.h index 6b308276b..2c96842a6 100644 --- a/include/asm-mips/io.h +++ b/include/asm-mips/io.h @@ -12,6 +12,7 @@ #define _ASM_IO_H #include <linux/config.h> +#include <linux/pagemap.h> #include <asm/addrspace.h> #include <asm/byteorder.h> |