This patch changes the device name as the bq27000 chip is not omap specific.
Signed-off-by: Madhusudhan Chikkature<[EMAIL PROTECTED]>
---
drivers/w1/slaves/w1_bq27000.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-omap-2.6/drivers/w1/slaves/w1_bq27000.c
===================================================================
--- linux-omap-2.6.orig/drivers/w1/slaves/w1_bq27000.c 2008-04-29
11:22:42.000000000 +0530
+++ linux-omap-2.6/drivers/w1/slaves/w1_bq27000.c 2008-04-29
11:25:17.963079042 +0530
@@ -59,7 +59,7 @@
int id = 1;
struct platform_device *pdev;
- pdev = platform_device_alloc("omap-bq2700-battery", id);
+ pdev = platform_device_alloc("bq27000-battery", id);
if (!pdev) {
ret = -ENOMEM;
return ret;
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html