diff vidix/sysdep/pci_linux.c @ 27005:0a7f07b761e1

Add comments to a few #endif preprocessor directives.
author diego
date Sun, 08 Jun 2008 14:53:18 +0000
parents 2b0f08e696ba
children 3f6d802c6ea8
line wrap: on
line diff
--- a/vidix/sysdep/pci_linux.c	Sun Jun 08 14:50:35 2008 +0000
+++ b/vidix/sysdep/pci_linux.c	Sun Jun 08 14:53:18 2008 +0000
@@ -86,7 +86,7 @@
 {
     return pci_config_read_long(bus, dev, func, 0);
 }
-#endif
+#endif /* CONFIG_SVGAHELPER */
 
 static __inline__ int enable_os_io(void)
 {
@@ -210,4 +210,4 @@
     }
     return retval;
 }
-#endif
+#endif /* defined(CONFIG_PCI_LINUX_PROC) */