Commit 26d10915 authored by Jes Sorensen's avatar Jes Sorensen Committed by Tony Luck

[IA64-SGI] remove compile time warning

This one falls into the "present for Andrew Morton" category to address
his wishlist for a compiler warning free build ;-)
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent d3454344
...@@ -317,6 +317,7 @@ struct pcdp_vga_device { ...@@ -317,6 +317,7 @@ struct pcdp_vga_device {
#define PCDP_PCI_TRANS_IOPORT 0x02 #define PCDP_PCI_TRANS_IOPORT 0x02
#define PCDP_PCI_TRANS_MMIO 0x01 #define PCDP_PCI_TRANS_MMIO 0x01
#if defined(CONFIG_VT) && defined(CONFIG_VGA_CONSOLE)
static void static void
sn_scan_pcdp(void) sn_scan_pcdp(void)
{ {
...@@ -358,6 +359,7 @@ sn_scan_pcdp(void) ...@@ -358,6 +359,7 @@ sn_scan_pcdp(void)
break; /* once we find the primary, we're done */ break; /* once we find the primary, we're done */
} }
} }
#endif
static unsigned long sn2_rtc_initial; static unsigned long sn2_rtc_initial;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment