Show
Ignore:
Timestamp:
01/29/99 01:17:11 (14 years ago)
Author:
frodo
Message:

Changed all isa.h references to i2c-isa.h

vi find -type f|xargs grep -l isa.h worked like a charm :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/include/Module.mk

    r180 r182  
    2121MODULE_DIR := kernel/include 
    2222 
    23 KERNELINCLUDEFILES := $(MODULE_DIR)/sensors.h $(MODULE_DIR)/isa.h \ 
     23KERNELINCLUDEFILES := $(MODULE_DIR)/sensors.h $(MODULE_DIR)/i2c-isa.h \ 
    2424                      $(MODULE_DIR)/smbus.h $(MODULE_DIR)/i2c-dev.h 
    2525