max8997_charger&max8998_charger: Fix unterminated platform_device_id tables

The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
This commit is contained in:
Axel Lin
2011-08-01 07:23:00 +08:00
کامیت شده توسط Anton Vorontsov
والد 815efa1eab
کامیت c03bfabb60
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -189,6 +189,7 @@ static int __devexit max8998_battery_remove(struct platform_device *pdev)
static const struct platform_device_id max8998_battery_id[] = {
{ "max8998-battery", TYPE_MAX8998 },
{ }
};
static struct platform_driver max8998_battery_driver = {