Changeset 3908
- Timestamp:
- 05/09/04 22:40:57 (9 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c-proc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c-proc.c
r3828 r3908 24 24 */ 25 25 26 #include <linux/config.h> 26 27 #include <linux/module.h> 27 28 #include <linux/kernel.h> … … 35 36 #include "i2c-proc.h" 36 37 #include <asm/uaccess.h> 38 39 #ifndef CONFIG_SYSCTL 40 #error Your kernel lacks sysctl support (CONFIG_SYSCTL)! 41 #endif 37 42 38 43 static int i2c_parse_reals(int *nrels, void *buffer, int bufsize,
