Show
Ignore:
Timestamp:
07/19/99 13:45:27 (14 years ago)
Author:
frodo
Message:

First round of lm_sensors changes for the new I2C tree

* The i2c package can no longer be compiled as part of the lm_sensors tree
* The archive of the i2c package is removed
* smbus, i2c-dev and i2c-proc modules and headers have been removed; they

are now completely integrated into the i2c package

* The fake i2c.h header has been removed; this also allowed us to remove

the ugly LM_SENSORS and TBD defines.

* A new variable I2C_HEADERS is introduced in the Makefile. This allows

us to install the i2c headers in, for example, /usr/local/include/linux.

* All files now include <linux/i2c.h> instead of "i2c.h" and "smbus.h"

Status: 'make dep' works, all the right include files are found. 'make all'

does not yet work.

Files:
1 modified

Legend:

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

    r338 r496  
    2626 
    2727#include "version.h" 
    28 #include "i2c.h" 
     28#include <linux/i2c.h> 
    2929#include "i2c-isa.h" 
    3030#include "sensors.h" 
    3131#include "compat.h" 
    32 #include "smbus.h" 
    3332 
    3433