lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ