Changeset 3958
- Timestamp:
- 01/22/05 10:04:13 (8 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c.h
r3952 r3958 38 38 #include <asm/semaphore.h> 39 39 #include "i2c-id.h" 40 41 #include <linux/version.h>42 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,10)43 #define MODULE_LICENSE(x)44 #endif45 40 46 41 /* --- General options ------------------------------------------------ */
