Changeset 704 for lm-sensors/trunk/kernel/chips/adm1021.c
- Timestamp:
- 01/24/00 20:30:08 (13 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/adm1021.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/adm1021.c
r667 r704 29 29 #include "compat.h" 30 30 31 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,53)32 31 #include <linux/init.h> 33 #else34 #define __init35 #define __initdata36 #endif37 32 38 33 /* Addresses to scan */
