[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20101208.105105.245397948.davem@davemloft.net>
Date: Wed, 08 Dec 2010 10:51:05 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: namhyung@...il.com
Cc: isdn@...ux-pingi.de, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] isdn/hisax: fix compiler warning on hisax_pci_tbl
From: Namhyung Kim <namhyung@...il.com>
Date: Tue, 7 Dec 2010 23:49:06 +0900
> Annotate hisax_pci_tbl as '__used' to fix following warning:
>
> CC drivers/isdn/hisax/config.o
> drivers/isdn/hisax/config.c:1920: warning: ‘hisax_pci_tbl’ defined but not used
>
> Signed-off-by: Namhyung Kim <namhyung@...il.com>
This only happens because the hisax driver doesn't actually use this table
for probing. Each sub-driver does it's own thing.
What a mess.
Anyways, applied, thank you.
Powered by blists - more mailing lists