diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-01 20:01:21 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-01 20:01:21 -0800 |
| commit | cb3eaa5d01d66c01830ede2227b367f65d0ee88d (patch) | |
| tree | e29839cbbe724d7280df942278ecde16e162096f /include/linux | |
| parent | 0a69163aeef6a07cd22e0d1e8566017c5d71e659 (diff) | |
i2c: move i2c-proc to i2c-sensor and clean up all usages of it.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c-sensor.h (renamed from include/linux/i2c-proc.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/i2c-proc.h b/include/linux/i2c-sensor.h index 5201d7ce031b..0f33aaf297e3 100644 --- a/include/linux/i2c-proc.h +++ b/include/linux/i2c-sensor.h @@ -1,5 +1,5 @@ /* - i2c-proc.h - Part of the i2c package + i2c-sensor.h - Part of the i2c package was originally sensors.h - Part of lm_sensors, Linux kernel modules for hardware monitoring Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> @@ -19,8 +19,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef _LINUX_I2C_PROC_H -#define _LINUX_I2C_PROC_H +#ifndef _LINUX_I2C_SENSOR_H +#define _LINUX_I2C_SENSOR_H #include <linux/sysctl.h> @@ -369,5 +369,5 @@ struct i2c_chips_data { char name[SENSORS_PREFIX_MAX + 13]; }; -#endif /* def _LINUX_I2C_PROC_H */ +#endif /* def _LINUX_I2C_SENSOR_H */ |
