[PATCH] power_supply: only register tosa_battery driver on tosa

From: Dmitry Baryshkov
Date: Wed Oct 29 2008 - 05:04:31 EST


There are already several wm97xx-battery drivers. Do register the tosa one
only on tosa machines.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@xxxxxxxxx>
---
drivers/power/tosa_battery.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/power/tosa_battery.c b/drivers/power/tosa_battery.c
index 2eab35a..4e52c22 100644
--- a/drivers/power/tosa_battery.c
+++ b/drivers/power/tosa_battery.c
@@ -469,6 +469,9 @@ static struct platform_driver tosa_bat_driver = {

static int __init tosa_bat_init(void)
{
+ if (!machine_is_tosa())
+ return -EINVAL;
+
return platform_driver_register(&tosa_bat_driver);
}

--
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/