summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/eeprom.c
diff options
context:
space:
mode:
authorJean Delvare2008-07-14 22:38:34 +0200
committerJean Delvare2008-07-14 22:38:34 +0200
commit954a99307f256f1badd751a2e128c09af235c317 (patch)
treea31325c3e7e675b8cb4da8baf669c520c7fcf1a8 /drivers/i2c/chips/eeprom.c
parenti2c: Check for ACPI resource conflicts (diff)
downloadkernel-qcow2-linux-954a99307f256f1badd751a2e128c09af235c317.tar.gz
kernel-qcow2-linux-954a99307f256f1badd751a2e128c09af235c317.tar.xz
kernel-qcow2-linux-954a99307f256f1badd751a2e128c09af235c317.zip
i2c: Drop stray references to lm_sensors
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/chips/eeprom.c')
-rw-r--r--drivers/i2c/chips/eeprom.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/i2c/chips/eeprom.c b/drivers/i2c/chips/eeprom.c
index 9a81252a7218..e22ec3b3aedf 100644
--- a/drivers/i2c/chips/eeprom.c
+++ b/drivers/i2c/chips/eeprom.c
@@ -1,15 +1,9 @@
/*
- eeprom.c - Part of lm_sensors, Linux kernel modules for hardware
- monitoring
Copyright (C) 1998, 1999 Frodo Looijaard <frodol@dds.nl> and
Philip Edelbrock <phil@netroedge.com>
Copyright (C) 2003 Greg Kroah-Hartman <greg@kroah.com>
Copyright (C) 2003 IBM Corp.
-
- 2004-01-16 Jean Delvare <khali@linux-fr.org>
- Divide the eeprom in 32-byte (arbitrary) slices. This significantly
- speeds sensors up, as well as various scripts using the eeprom
- module.
+ Copyright (C) 2004 Jean Delvare <khali@linux-fr.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by