Show
Ignore:
Timestamp:
09/03/99 13:11:03 (14 years ago)
Author:
frodo
Message:

mkpatch updates

* mkpatch now correctly works when kernel-side files do not yet exist.

I forgot to propagate a change in the i2c version.

* init* handling in mkpatch and compat.h
* New i801 defines added to mkpatch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-i801.c

    r537 r545  
    4141#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,1,54)) 
    4242#include <linux/bios32.h> 
    43 #endif 
    44  
    45 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,53) 
    46 #include <linux/init.h> 
    47 #else 
    48 #define __init 
    49 #define __initdata 
    5043#endif 
    5144