All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>,
	<linux-kernel@vger.kernel.org>,
	Gregory CLEMENT <gregory.clement@free-electrons.com>
Subject: Re: [PATCH 3/3] phy: make phy-armada375-usb2 explicitly non-modular
Date: Fri, 18 Jan 2019 15:44:27 +0100	[thread overview]
Message-ID: <87h8e6m3ec.fsf@FE-laptop> (raw)
In-Reply-To: <1544402090-30970-4-git-send-email-paul.gortmaker@windriver.com> (Paul Gortmaker's message of "Sun, 9 Dec 2018 19:34:50 -0500")

Hi Paul,
 
 On dim., déc. 09 2018, Paul Gortmaker <paul.gortmaker@windriver.com> wrote:

> The Kconfig currently controlling compilation of this code is:
>
> drivers/phy/marvell/Kconfig:config ARMADA375_USBCLUSTER_PHY
> drivers/phy/marvell/Kconfig:    def_bool y
>
> ...meaning that it currently is not being built as a module by anyone.
>
> Lets remove the couple of traces of modular infrastructure, so that
> when reading the driver there is no doubt it is builtin-only.
>
> Since module_platform_driver() uses the same init level priority as
> builtin_platform_driver() the init ordering remains unchanged with
> this commit.
>
> Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.
>
> We also delete the MODULE_LICENSE tag etc. since all that information
> is already contained at the top of the file in the comments.
>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Reviewed-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Thanks,

Gregory

> ---
>  drivers/phy/marvell/phy-armada375-usb2.c | 8 +-------
>  1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/drivers/phy/marvell/phy-armada375-usb2.c b/drivers/phy/marvell/phy-armada375-usb2.c
> index 1a3db288c0a9..4f0295992500 100644
> --- a/drivers/phy/marvell/phy-armada375-usb2.c
> +++ b/drivers/phy/marvell/phy-armada375-usb2.c
> @@ -18,7 +18,6 @@
>  #include <linux/init.h>
>  #include <linux/io.h>
>  #include <linux/kernel.h>
> -#include <linux/module.h>
>  #include <linux/of_address.h>
>  #include <linux/phy/phy.h>
>  #include <linux/platform_device.h>
> @@ -142,7 +141,6 @@ static const struct of_device_id of_usb_cluster_table[] = {
>  	{ .compatible = "marvell,armada-375-usb-cluster", },
>  	{ /* end of list */ },
>  };
> -MODULE_DEVICE_TABLE(of, of_usb_cluster_table);
>  
>  static struct platform_driver armada375_usb_phy_driver = {
>  	.probe	= armada375_usb_phy_probe,
> @@ -151,8 +149,4 @@ static struct platform_driver armada375_usb_phy_driver = {
>  		.name  = "armada-375-usb-cluster",
>  	}
>  };
> -module_platform_driver(armada375_usb_phy_driver);
> -
> -MODULE_DESCRIPTION("Armada 375 USB cluster driver");
> -MODULE_AUTHOR("Gregory CLEMENT <gregory.clement@free-electrons.com>");
> -MODULE_LICENSE("GPL");
> +builtin_platform_driver(armada375_usb_phy_driver);
> -- 
> 2.7.4
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

  reply	other threads:[~2019-01-18 14:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10  0:34 [PATCH 0/3] phy: remove needless usage of module header Paul Gortmaker
2018-12-10  0:34 ` [PATCH 1/3] phy: make phy-core explicitly non-modular Paul Gortmaker
2018-12-10  0:34 ` [PATCH 2/3] phy: make phy-mvebu-sata " Paul Gortmaker
2018-12-10  0:34 ` [PATCH 3/3] phy: make phy-armada375-usb2 " Paul Gortmaker
2019-01-18 14:44   ` Gregory CLEMENT [this message]
2019-02-04  9:55 ` [PATCH 0/3] phy: remove needless usage of module header Kishon Vijay Abraham I

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=87h8e6m3ec.fsf@FE-laptop \
    --to=gregory.clement@bootlin.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paul.gortmaker@windriver.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.