# HG changeset patch # User diego # Date 1271944225 0 # Node ID e117bd87b33c6ed7501dd1f4d8fd96fea9315058 # Parent 9d2d41352b0d22e73814ab11327063736fed0b78 Do not check for __linux__ in a file that is only ever used on Linux. diff -r 9d2d41352b0d -r e117bd87b33c vidix/sysdep/pci_linux.c --- 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 -#ifdef __linux__ #include -#endif #include #ifndef SVGALIB_HELPER_IOC_MAGIC /* svgalib 1.9.18+ compatibility ::atmos */