All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: <broonie@kernel.org>
Cc: <lgirdwood@gmail.com>, <linux-kernel@vger.kernel.org>,
	<patches@opensource.cirrus.com>
Subject: [PATCH 2/2] regulator: lochnagar: Remove redundant MODULE_ALIAS
Date: Fri, 18 Jan 2019 11:36:31 +0000	[thread overview]
Message-ID: <20190118113631.23706-2-ckeepax@opensource.cirrus.com> (raw)
In-Reply-To: <20190118113631.23706-1-ckeepax@opensource.cirrus.com>

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@opensource.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@opensource.cirrus.com>");
 MODULE_DESCRIPTION("Regulator driver for Cirrus Logic Lochnagar Board");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:lochnagar-regulator");
-- 
2.11.0


  reply	other threads:[~2019-01-18 11:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-18 11:36 [PATCH 1/2] regulator: lochnagar: Add missing MODULE_DEVICE_TABLE Charles Keepax
2019-01-18 11:36 ` Charles Keepax [this message]
2019-01-18 17:28   ` [PATCH 2/2] regulator: lochnagar: Remove redundant MODULE_ALIAS Mark Brown
2019-01-21  9:21     ` Charles Keepax

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190118113631.23706-2-ckeepax@opensource.cirrus.com \
    --to=ckeepax@opensource.cirrus.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.cirrus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.