lkml.org 
[lkml]   [2011]   [Dec]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] bq20z75: fix devicetree match table
Date
It should be an of module table, not i2c.

Signed-off-by: Olof Johansson <olof@lixom.net>
---
drivers/power/bq20z75.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/power/bq20z75.c b/drivers/power/bq20z75.c
index ce95ff7..3efca54 100644
--- a/drivers/power/bq20z75.c
+++ b/drivers/power/bq20z75.c
@@ -622,7 +622,7 @@ static const struct of_device_id bq20z75_dt_ids[] = {
{ .compatible = "ti,bq20z75" },
{ }
};
-MODULE_DEVICE_TABLE(i2c, bq20z75_dt_ids);
+MODULE_DEVICE_TABLE(of, bq20z75_dt_ids);

static struct bq20z75_platform_data *bq20z75_of_populate_pdata(
struct i2c_client *client)
--
1.7.8.GIT


\
 
 \ /
  Last update: 2011-12-23 03:39    [W:0.052 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site