diff options
Diffstat (limited to 'kernel/include/i2c.h')
-rw-r--r-- | kernel/include/i2c.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kernel/include/i2c.h b/kernel/include/i2c.h deleted file mode 100644 index 644565c5..00000000 --- a/kernel/include/i2c.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - i2c.h - Part of lm_sensors, Linux kernel modules for hardware - monitoring - Copyright (c) 1998 Frodo Looijaard <frodol@dds.nl> - - 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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - - -/* This is a stub files, that either includes <linux/i2c.h> (the kernel - header) or "i2c/i2c.h" (the header in the i2c directory). */ - -#ifdef I2C -#include "i2c/i2c.h" -#else /* def I2C */ -#include <linux/i2c.h> -#endif /* def I2C */ - |