]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/power/max8997_charger.c
Merge remote-tracking branch 'moduleh/module.h-split'
[karo-tx-linux.git] / drivers / power / max8997_charger.c
index 11ec2a3ec1e30e5875417c92ca5a9ee634e360a4..36fca3c6b3680a9a8005072ebfdbddca16038720 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <linux/module.h>
 #include <linux/err.h>
+#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/platform_device.h>
 #include <linux/power_supply.h>
@@ -178,6 +179,7 @@ static int __devexit max8997_battery_remove(struct platform_device *pdev)
 
 static const struct platform_device_id max8997_battery_id[] = {
        { "max8997-battery", 0 },
+       { }
 };
 
 static struct platform_driver max8997_battery_driver = {