aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/ds1337.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@mail.ru>2005-04-16 18:10:02 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-21 21:51:53 -0700
commitf0bb60e7b1a0a26c25d8cbf81dda7afbc8bd2982 (patch)
tree93dc5302d0299e8167c2affc1d65a705219c0d88 /drivers/i2c/chips/ds1337.c
parent[PATCH] ds1337: export ds1337_do_command (diff)
downloadlinux-dev-f0bb60e7b1a0a26c25d8cbf81dda7afbc8bd2982.tar.xz
linux-dev-f0bb60e7b1a0a26c25d8cbf81dda7afbc8bd2982.zip
[PATCH] I2C: drivers/i2c/*: #include <linux/config.h> cleanup
Files that don't use CONFIG_* stuff shouldn't include config.h Files that use CONFIG_* stuff should include config.h It's that simple. ;-) Signed-off-by: Alexey Dobriyan <adobriyan@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/ds1337.c')
-rw-r--r--drivers/i2c/chips/ds1337.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/chips/ds1337.c b/drivers/i2c/chips/ds1337.c
index 36bb38377bac..74ece8ac1c23 100644
--- a/drivers/i2c/chips/ds1337.c
+++ b/drivers/i2c/chips/ds1337.c
@@ -13,7 +13,6 @@
* Driver for Dallas Semiconductor DS1337 and DS1339 real time clock chip
*/
-#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>