The module alias has no effect as the driver can only be loaded through device tree at this time.
Signed-off-by: Charles Keepax <[email protected]> --- 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 <[email protected]>"); MODULE_DESCRIPTION("Regulator driver for Cirrus Logic Lochnagar Board"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:lochnagar-regulator"); -- 2.11.0

