Changeset 3767

Show
Ignore:
Timestamp:
01/21/03 11:14:11 (10 years ago)
Author:
kmalkki
Message:

(Kyösti) mkpatch cleanup

Uncomment some <2.4 code and files.
For now, don't touch the build/config system.

Location:
i2c/branches/lk2-4/mkpatch
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • i2c/branches/lk2-4/mkpatch/FILES

    r3695 r3767  
    2121kernel/i2c-algo-ibm_ocp.h       include/linux/i2c-algo-ibm_ocp.h 
    2222kernel/i2c-algo-pcf.h           include/linux/i2c-algo-pcf.h 
    23 kernel/i2c-elektor.h            include/linux/i2c-elektor.h 
    2423kernel/i2c-id.h                 include/linux/i2c-id.h 
    25 kernel/i2c-pcf8584.h            drivers/i2c/i2c-pcf8584.h 
     24kernel/i2c-pcf8584.h            include/linux/i2c-pcf8584.h 
    2625kernel/i2c-proc.h               include/linux/i2c-proc.h 
    27 mkpatch/Config.in               drivers/i2c/Config.in 
    2826doc/dev-interface               Documentation/i2c/dev-interface 
    2927doc/functionality               Documentation/i2c/functionality 
    30 doc/i2c-old-porting             Documentation/i2c/i2c-old-porting 
    3128doc/i2c-pport                   Documentation/i2c/i2c-pport 
    3229doc/i2c-protocol                Documentation/i2c/i2c-protocol 
  • i2c/branches/lk2-4/mkpatch/INCLUDES

    r3694 r3767  
    33"i2c-algo-bit.h"        <linux/i2c-algo-bit.h> 
    44"i2c-algo-pcf.h"        <linux/i2c-algo-pcf.h> 
    5 "i2c-elektor.h"         <linux/i2c-elektor.h> 
     5"i2c-pcf8584.h"         <linux/i2c-pcf8584.h> 
    66"i2c-id.h"              <linux/i2c-id.h> 
    77"i2c-proc.h"            <linux/i2c-proc.h> 
  • i2c/branches/lk2-4/mkpatch/OLDI2C

    r3398 r3767  
    1 drivers/char/bttv.c 
    2 drivers/char/bttv.h 
    3 drivers/char/buz.c 
    4 drivers/char/msp3400.c 
    5 drivers/char/saa5249.c 
    6 drivers/char/saa7111.c 
    7 drivers/char/saa7185.c 
    8 drivers/char/tuner.c 
    9 drivers/char/i2c-parport.c 
  • i2c/branches/lk2-4/mkpatch/mkpatch.pl

    r3715 r3767  
    902902  } 
    903903 
    904   gen_Makefile $package_root, $kernel_root; 
    905   gen_drivers_Makefile $package_root, $kernel_root; 
    906   gen_drivers_i2c_Makefile $package_root, $kernel_root; 
    907   gen_drivers_char_Config_in $package_root, $kernel_root; 
    908   gen_drivers_char_mem_c $package_root, $kernel_root; 
     904#  gen_Makefile $package_root, $kernel_root; 
     905#  gen_drivers_Makefile $package_root, $kernel_root; 
     906#  gen_drivers_i2c_Makefile $package_root, $kernel_root; 
     907#  gen_drivers_char_Config_in $package_root, $kernel_root; 
     908#  gen_drivers_char_mem_c $package_root, $kernel_root; 
    909909  gen_Documentation_Configure_help $package_root, $kernel_root; 
    910   gen_MAINTAINERS $package_root, $kernel_root; 
     910#  gen_MAINTAINERS $package_root, $kernel_root; 
    911911} 
    912912