menelaus_i2c_driver isn't referenced on probe, just remove that unnecessary line. No functional changes. Tested-by: Aaro Koskinen <aaro.koskinen@xxxxxx> Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/mfd/menelaus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mfd/menelaus.c b/drivers/mfd/menelaus.c index 232d037..5d106e4 100644 --- a/drivers/mfd/menelaus.c +++ b/drivers/mfd/menelaus.c @@ -1206,8 +1206,6 @@ static inline void menelaus_rtc_init(struct menelaus_chip *m) /*-----------------------------------------------------------------------*/ -static struct i2c_driver menelaus_i2c_driver; - static int menelaus_probe(struct i2c_client *client, const struct i2c_device_id *id) { -- 1.8.4.GIT -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html