summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/pci_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/pci_linux.c')
-rw-r--r--vidix/sysdep/pci_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/sysdep/pci_linux.c b/vidix/sysdep/pci_linux.c
index a4eb3ebdde..aca99573db 100644
--- a/vidix/sysdep/pci_linux.c
+++ b/vidix/sysdep/pci_linux.c
@@ -86,7 +86,7 @@ static int pci_get_vendor(
{
return pci_config_read_long(bus, dev, func, 0);
}
-#endif
+#endif /* CONFIG_SVGAHELPER */
static __inline__ int enable_os_io(void)
{
@@ -210,4 +210,4 @@ static long pci_config_read_long(
}
return retval;
}
-#endif
+#endif /* defined(CONFIG_PCI_LINUX_PROC) */