[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312726487.7287.2.camel@phoenix>
Date: Sun, 07 Aug 2011 22:14:47 +0800
From: Axel Lin <axel.lin@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Shawn Guo <shawn.guo@...aro.org>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Eric Miao <eric.miao@...aro.org>,
Sammy He <r62914@...escale.com>, linux-input@...r.kernel.org
Subject: [PATCH] Input: mma8450 - fix module device table type
The module device table for of_device_id should use "of" type.
Signed-off-by: Axel Lin <axel.lin@...il.com>
---
drivers/input/misc/mma8450.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/input/misc/mma8450.c b/drivers/input/misc/mma8450.c
index 6c76cf7..0794778 100644
--- a/drivers/input/misc/mma8450.c
+++ b/drivers/input/misc/mma8450.c
@@ -234,7 +234,7 @@ static const struct of_device_id mma8450_dt_ids[] = {
{ .compatible = "fsl,mma8450", },
{ /* sentinel */ }
};
-MODULE_DEVICE_TABLE(i2c, mma8450_dt_ids);
+MODULE_DEVICE_TABLE(of, mma8450_dt_ids);
static struct i2c_driver mma8450_driver = {
.driver = {
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists