public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] remove compile time warning
@ 2006-02-13 10:35 Jes Sorensen
  0 siblings, 0 replies; only message in thread
From: Jes Sorensen @ 2006-02-13 10:35 UTC (permalink / raw)
  To: linux-ia64

Hi,

This one falls into the present for Andrew Morton category to address
his wishlist for a compiler warning free build ;-)

Cheers,
Jes

 arch/ia64/sn/kernel/setup.c |    2 ++
 1 files changed, 2 insertions(+)

Index: linux-2.6/arch/ia64/sn/kernel/setup.c
=================================--- linux-2.6.orig/arch/ia64/sn/kernel/setup.c
+++ linux-2.6/arch/ia64/sn/kernel/setup.c
@@ -317,6 +317,7 @@
 #define PCDP_PCI_TRANS_IOPORT	0x02
 #define PCDP_PCI_TRANS_MMIO	0x01
 
+#if defined(CONFIG_VT) && defined(CONFIG_VGA_CONSOLE)
 static void
 sn_scan_pcdp(void)
 {
@@ -358,6 +359,7 @@
 		break; /* once we find the primary, we're done */
 	}
 }
+#endif
 
 static unsigned long sn2_rtc_initial;
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-13 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 10:35 [patch] remove compile time warning Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox