changeset 31013:e117bd87b33c

Do not check for __linux__ in a file that is only ever used on Linux.
author diego
date Thu, 22 Apr 2010 13:50:25 +0000
parents 9d2d41352b0d
children a6268840b870
files vidix/sysdep/pci_linux.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/sysdep/pci_linux.c	Wed Apr 21 12:43:16 2010 +0000
+++ b/vidix/sysdep/pci_linux.c	Thu Apr 22 13:50:25 2010 +0000
@@ -50,9 +50,7 @@
 
 #ifdef CONFIG_SVGAHELPER
 #include <svgalib_helper.h>
-#ifdef __linux__
 #include <linux/ioctl.h>
-#endif
 #include <fcntl.h>
 #ifndef SVGALIB_HELPER_IOC_MAGIC
 /* svgalib 1.9.18+ compatibility ::atmos */