Changeset 545 for lm-sensors/trunk/kernel/busses/i2c-i801.c
- Timestamp:
- 09/03/99 13:11:03 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-i801.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-i801.c
r537 r545 41 41 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,1,54)) 42 42 #include <linux/bios32.h> 43 #endif44 45 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,53)46 #include <linux/init.h>47 #else48 #define __init49 #define __initdata50 43 #endif 51 44
