1 #ifndef _LINUX_IO_H
2 #define _LINUX_IO_H
3 
4 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
5 #error "This version of Linux should not need compat linux/io.h"
6 #endif
7 
8 #include <asm/io.h>
9 
10 #endif
11