[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190118113631.23706-2-ckeepax@opensource.cirrus.com>
Date: Fri, 18 Jan 2019 11:36:31 +0000
From: Charles Keepax <ckeepax@...nsource.cirrus.com>
To: <broonie@...nel.org>
CC: <lgirdwood@...il.com>, <linux-kernel@...r.kernel.org>,
<patches@...nsource.cirrus.com>
Subject: [PATCH 2/2] regulator: lochnagar: Remove redundant MODULE_ALIAS
The module alias has no effect as the driver can only be loaded through
device tree at this time.
Signed-off-by: Charles Keepax <ckeepax@...nsource.cirrus.com>
---
drivers/regulator/lochnagar-regulator.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regulator/lochnagar-regulator.c b/drivers/regulator/lochnagar-regulator.c
index 4962d13659aab..41de3b715b4db 100644
--- a/drivers/regulator/lochnagar-regulator.c
+++ b/drivers/regulator/lochnagar-regulator.c
@@ -280,4 +280,3 @@ module_platform_driver(lochnagar_regulator_driver);
MODULE_AUTHOR("Charles Keepax <ckeepax@...nsource.cirrus.com>");
MODULE_DESCRIPTION("Regulator driver for Cirrus Logic Lochnagar Board");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:lochnagar-regulator");
--
2.11.0
Powered by blists - more mailing lists