diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-01-29 02:42:23 +0300 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-01-29 09:34:17 +0300 |
commit | a448720ca3248e8a7a426336885549d6e923fd8e (patch) | |
tree | 5952687d06c605434ea6d753c4753c142f5e174c /arch/x86/include/asm/io_32.h | |
parent | 8f6d86dc4178957d9814b1784848012a927a3898 (diff) | |
download | linux-a448720ca3248e8a7a426336885549d6e923fd8e.tar.xz |
x86: unify asm/io.h: IO_SPACE_LIMIT
Impact: Cleanup (trivial unification)
Move common define IO_SPACE_LIMIT from <asm/io_*.h> to <asm/io.h>.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/io_32.h')
-rw-r--r-- | arch/x86/include/asm/io_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/io_32.h b/arch/x86/include/asm/io_32.h index d8e242e1b396..e08d8ed05a1f 100644 --- a/arch/x86/include/asm/io_32.h +++ b/arch/x86/include/asm/io_32.h @@ -37,8 +37,6 @@ * - Arnaldo Carvalho de Melo <acme@conectiva.com.br> */ -#define IO_SPACE_LIMIT 0xffff - #define XQUAD_PORTIO_BASE 0xfe400000 #define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */ |