Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5e044de4
Commit
5e044de4
authored
Mar 14, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: fix up CONFIG_I2C_DEBUG_CHIP logic to be simpler on the .c files.
parent
38dd2a40
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
4 additions
and
60 deletions
+4
-60
drivers/i2c/chips/Makefile
drivers/i2c/chips/Makefile
+4
-0
drivers/i2c/chips/adm1021.c
drivers/i2c/chips/adm1021.c
+0
-4
drivers/i2c/chips/asb100.c
drivers/i2c/chips/asb100.c
+0
-4
drivers/i2c/chips/eeprom.c
drivers/i2c/chips/eeprom.c
+0
-4
drivers/i2c/chips/fscher.c
drivers/i2c/chips/fscher.c
+0
-4
drivers/i2c/chips/gl518sm.c
drivers/i2c/chips/gl518sm.c
+0
-4
drivers/i2c/chips/it87.c
drivers/i2c/chips/it87.c
+0
-4
drivers/i2c/chips/lm75.c
drivers/i2c/chips/lm75.c
+0
-4
drivers/i2c/chips/lm78.c
drivers/i2c/chips/lm78.c
+0
-4
drivers/i2c/chips/lm80.c
drivers/i2c/chips/lm80.c
+0
-4
drivers/i2c/chips/lm83.c
drivers/i2c/chips/lm83.c
+0
-4
drivers/i2c/chips/lm85.c
drivers/i2c/chips/lm85.c
+0
-4
drivers/i2c/chips/lm90.c
drivers/i2c/chips/lm90.c
+0
-4
drivers/i2c/chips/via686a.c
drivers/i2c/chips/via686a.c
+0
-4
drivers/i2c/chips/w83781d.c
drivers/i2c/chips/w83781d.c
+0
-4
drivers/i2c/chips/w83l785ts.c
drivers/i2c/chips/w83l785ts.c
+0
-4
No files found.
drivers/i2c/chips/Makefile
View file @
5e044de4
...
...
@@ -20,3 +20,7 @@ obj-$(CONFIG_SENSORS_LM85) += lm85.o
obj-$(CONFIG_SENSORS_LM90)
+=
lm90.o
obj-$(CONFIG_SENSORS_VIA686A)
+=
via686a.o
obj-$(CONFIG_SENSORS_W83L785TS)
+=
w83l785ts.o
ifeq
($(CONFIG_I2C_DEBUG_CHIP),y)
EXTRA_CFLAGS
+=
-DDEBUG
endif
drivers/i2c/chips/adm1021.c
View file @
5e044de4
...
...
@@ -20,10 +20,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/asb100.c
View file @
5e044de4
...
...
@@ -37,10 +37,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/ioport.h>
...
...
drivers/i2c/chips/eeprom.c
View file @
5e044de4
...
...
@@ -27,10 +27,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
...
...
drivers/i2c/chips/fscher.c
View file @
5e044de4
...
...
@@ -27,10 +27,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/gl518sm.c
View file @
5e044de4
...
...
@@ -37,10 +37,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/it87.c
View file @
5e044de4
...
...
@@ -32,10 +32,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/lm75.c
View file @
5e044de4
...
...
@@ -19,10 +19,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/lm78.c
View file @
5e044de4
...
...
@@ -19,10 +19,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/lm80.c
View file @
5e044de4
...
...
@@ -22,10 +22,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/lm83.c
View file @
5e044de4
...
...
@@ -28,10 +28,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/lm85.c
View file @
5e044de4
...
...
@@ -23,10 +23,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/lm90.c
View file @
5e044de4
...
...
@@ -36,10 +36,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/via686a.c
View file @
5e044de4
...
...
@@ -32,10 +32,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/pci.h>
...
...
drivers/i2c/chips/w83781d.c
View file @
5e044de4
...
...
@@ -36,10 +36,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
drivers/i2c/chips/w83l785ts.c
View file @
5e044de4
...
...
@@ -31,10 +31,6 @@
*/
#include <linux/config.h>
#ifdef CONFIG_I2C_DEBUG_CHIP
#define DEBUG 1
#endif
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment