]> err.no Git - linux-2.6/blobdiff - drivers/i2c/chips/ds1337.c
[PATCH] I2C: fix up ds1374.c driver so it will build.
[linux-2.6] / drivers / i2c / chips / ds1337.c
index 2d12cc80f30ca17de933818b6031172ad0b8284c..74ece8ac1c2355b214af3e4481eddf3c747a5fd6 100644 (file)
@@ -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>
@@ -380,5 +379,7 @@ MODULE_AUTHOR("James Chapman <jchapman@katalix.com>");
 MODULE_DESCRIPTION("DS1337 RTC driver");
 MODULE_LICENSE("GPL");
 
+EXPORT_SYMBOL_GPL(ds1337_do_command);
+
 module_init(ds1337_init);
 module_exit(ds1337_exit);