[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170207191924.7c3ff350@xhacker>
Date: Tue, 7 Feb 2017 19:19:24 +0800
From: Jisheng Zhang <jszhang@...vell.com>
To: Paul Gortmaker <paul.gortmaker@...driver.com>
CC: <linux-kernel@...r.kernel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Antoine Ténart
<antoine.tenart@...e-electrons.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>,
Hongzhou Yang <hongzhou.yang@...iatek.com>,
Thomas Hebb <tommyhebb@...il.com>,
"Masahiro Yamada" <yamada.masahiro@...ionext.com>,
<linux-gpio@...r.kernel.org>
Subject: Re: [PATCH 3/3] pinctrl: berlin: make bool drivers explicitly
non-modular
On Mon, 6 Feb 2017 03:03:52 -0500 Paul Gortmaker wrote:
> None of the Kconfigs for any of these drivers are tristate,
> meaning that they currently are not being built as a module by anyone.
>
> Lets remove the modular code that is essentially orphaned, 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: Linus Walleij <linus.walleij@...aro.org>
> Cc: "Antoine Ténart" <antoine.tenart@...e-electrons.com>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>
> Cc: Jisheng Zhang <jszhang@...vell.com>
> Cc: Hongzhou Yang <hongzhou.yang@...iatek.com>
> Cc: Thomas Hebb <tommyhebb@...il.com>
> Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>
> Cc: linux-gpio@...r.kernel.org
> Signed-off-by: Paul Gortmaker <paul.gortmaker@...driver.com>
Acked-by: Jisheng Zhang <jszhang@...vell.com>
Powered by blists - more mailing lists