x86: Clean up mem*io functions.
Iomem has no special significance on x86. Use the standard mem* functions instead of trying to call other versions. Some fixups are needed to match the function prototypes. Signed-off-by:Brian Gerst <brgerst@gmail.com> LKML-Reference: <1265380629-3212-6-git-send-email-brgerst@gmail.com> Signed-off-by:
H. Peter Anvin <hpa@zytor.com>
Showing
- arch/x86/boot/compressed/misc.c 4 additions, 9 deletionsarch/x86/boot/compressed/misc.c
- arch/x86/include/asm/io_32.h 5 additions, 5 deletionsarch/x86/include/asm/io_32.h
- arch/x86/include/asm/io_64.h 13 additions, 9 deletionsarch/x86/include/asm/io_64.h
- arch/x86/lib/Makefile 1 addition, 1 deletionarch/x86/lib/Makefile
- arch/x86/lib/io_64.c 0 additions, 25 deletionsarch/x86/lib/io_64.c
arch/x86/lib/io_64.c
deleted
100644 → 0
Please register or sign in to comment