Re: [PATCH trivial] input: apanel: remove a redundant MODULE_ALIAS
From: Stephen Hemminger <hidden>
Date: 2011-08-29 23:11:22
Also in:
linux-input
From: Stephen Hemminger <hidden>
Date: 2011-08-29 23:11:22
Also in:
linux-input
On Mon, 29 Aug 2011 15:07:14 -0700 Dmitry Torokhov [off-list ref] wrote:
On Monday, August 29, 2011 02:26:29 PM Jonathan Neuschäfer wrote:quoted
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- drivers/input/misc/apanel.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)diff --git a/drivers/input/misc/apanel.c b/drivers/input/misc/apanel.c index a8d2b8d..1dd1bd3 100644 --- a/drivers/input/misc/apanel.c +++ b/drivers/input/misc/apanel.c@@ -346,5 +346,4 @@ MODULE_DESCRIPTION(APANEL_NAME " driver"); MODULE_LICENSE("GPL"); MODULE_VERSION(APANEL_VERSION); -MODULE_ALIAS("dmi:*:svnFUJITSU:pnLifeBook*:pvr*:rvnFUJITSU:*"); MODULE_ALIAS("dmi:*:svnFUJITSU:pnLifebook*:pvr*:rvnFUJITSU:*");^ Not necessarily redundant, if you notice the register is different.
At one point I found machines with both values, that is why there are two entries.