Re: [PATCH] regulator: max8907: Add MODULE_ALIAS

2012-08-27 Thread Mark Brown
On Sat, Aug 25, 2012 at 02:56:48PM +0800, Axel Lin wrote: > This driver can be built as a module, add MODULE_ALIAS for it. Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http

[PATCH] regulator: max8907: Add MODULE_ALIAS

2012-08-24 Thread Axel Lin
This driver can be built as a module, add MODULE_ALIAS for it. Signed-off-by: Axel Lin --- drivers/regulator/max8907-regulator.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/max8907-regulator.c b/drivers/regulator/max8907-regulator.c index 3a5104f..19c765a 100644 ---