[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1341845061.8153.2.camel@phoenix>
Date: Mon, 09 Jul 2012 22:44:21 +0800
From: Axel Lin <axel.lin@...il.com>
To: SamuelOrtiz <sameo@...ux.intel.com>
Cc: Qiao Zhou <zhouqiao@...vell.com>, Arnd Bergmann <arnd@...db.de>,
linux-kernel@...r.kernel.org
Subject: [PATCH] mfd: Export pm80x_regmap_config
This fixes below build error when CONFIG_MFD_88PM800=m.
ERROR: "pm80x_regmap_config" [drivers/mfd/88pm800.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
Signed-off-by: Axel Lin <axel.lin@...il.com>
---
drivers/mfd/88pm80x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/88pm80x.c b/drivers/mfd/88pm80x.c
index 77b8655..62da342 100644
--- a/drivers/mfd/88pm80x.c
+++ b/drivers/mfd/88pm80x.c
@@ -29,6 +29,7 @@ const struct regmap_config pm80x_regmap_config = {
.reg_bits = 8,
.val_bits = 8,
};
+EXPORT_SYMBOL_GPL(pm80x_regmap_config);
int __devinit pm80x_init(struct i2c_client *client,
const struct i2c_device_id *id)
--
1.7.9.5
--
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