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
| ||
|
Message-Id: <20071029135911.ba1bfee2.sfr@canb.auug.org.au> Date: Mon, 29 Oct 2007 13:59:11 +1100 From: Stephen Rothwell <sfr@...b.auug.org.au> To: Ben Herrenschmidt <benh@...nel.crashing.org> Cc: LKML <linux-kernel@...r.kernel.org>, linux-fbdev-devel@...ts.sourceforge.net Subject: [PATCH] Silence radeon_pm warning drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared 'static' but never defined Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au> --- drivers/video/aty/radeon_pm.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -- Cheers, Stephen Rothwell sfr@...b.auug.org.au diff --git a/drivers/video/aty/radeon_pm.c b/drivers/video/aty/radeon_pm.c index be1d57b..f989836 100644 --- a/drivers/video/aty/radeon_pm.c +++ b/drivers/video/aty/radeon_pm.c @@ -27,7 +27,9 @@ #include "ati_ids.h" +#ifdef CONFIG_PM static void radeon_reinitialize_M10(struct radeonfb_info *rinfo); +#endif /* * Workarounds for bugs in PC laptops: -- 1.5.3.4 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists