Changeset 3799

Show
Ignore:
Timestamp:
06/07/03 23:13:30 (10 years ago)
Author:
mds
Message:

EINVAL patch from P.P.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/branches/lk2-4/kernel/i2c.h

    r3796 r3799  
    3434#include <linux/module.h> 
    3535#include <linux/types.h> 
     36#include <linux/errno.h> 
     37#include <asm/semaphore.h> 
    3638#include "i2c-id.h" 
    37 #include <asm/semaphore.h> 
    3839 
    3940#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,10)