diff options
Diffstat (limited to 'include/asm-arm/arch-nexuspci')
-rw-r--r-- | include/asm-arm/arch-nexuspci/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-nexuspci/io.h b/include/asm-arm/arch-nexuspci/io.h index f70fbadbd..3c8d15b3d 100644 --- a/include/asm-arm/arch-nexuspci/io.h +++ b/include/asm-arm/arch-nexuspci/io.h @@ -46,7 +46,7 @@ extern __inline__ unsigned int __ioaddr (unsigned int port) \ DECLARE_IO(char,b,"b","Jr") DECLARE_IO(short,w,"h","r") -DECLARE_IO(long,l,"","Jr") +DECLARE_IO(int,l,"","Jr") #undef DECLARE_IO #undef DECLARE_DYN_OUT |