Changeset 3799
- Timestamp:
- 06/07/03 23:13:30 (10 years ago)
- Files:
-
- 1 modified
-
i2c/branches/lk2-4/kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/branches/lk2-4/kernel/i2c.h
r3796 r3799 34 34 #include <linux/module.h> 35 35 #include <linux/types.h> 36 #include <linux/errno.h> 37 #include <asm/semaphore.h> 36 38 #include "i2c-id.h" 37 #include <asm/semaphore.h>38 39 39 40 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,10)
