Changeset 3915

Show
Ignore:
Timestamp:
06/22/04 19:47:58 (9 years ago)
Author:
khali
Message:

Do not export i2c-dev.h (conflicts with the one from lm_sensors).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/Module.mk

    r3889 r3915  
    3434ifneq ($(shell if grep -q '^CONFIG_I2C_CHARDEV=y' $(LINUX)/.config; then echo 1; fi),1) 
    3535KERNELTARGETS += $(MODULE_DIR)/i2c-dev.o 
    36 KERNELINCLUDES += $(MODULE_DIR)/i2c-dev.h 
    3736endif 
    3837ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBIT=y' $(LINUX)/.config; then echo 1; fi),1)