diff options
Diffstat (limited to 'driver/xf86-video-geode/src/geode_driver.c')
-rw-r--r-- | driver/xf86-video-geode/src/geode_driver.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/driver/xf86-video-geode/src/geode_driver.c b/driver/xf86-video-geode/src/geode_driver.c index 13635da8f..8887c23d1 100644 --- a/driver/xf86-video-geode/src/geode_driver.c +++ b/driver/xf86-video-geode/src/geode_driver.c @@ -65,12 +65,6 @@ #include "vgaHW.h" #include "vbe.h" -/* Check for some extensions */ -#ifdef XFreeXDGA -#define _XF86_DGA_SERVER_ -#include <X11/extensions/xf86dgastr.h> -#endif /* XFreeXDGA */ - #ifdef DPMSExtension #include "globals.h" #include "opaque.h" @@ -429,7 +423,7 @@ AmdPciProbe(DriverPtr driver, * * Returns :TRUE on success and FALSE on failure. * - * Comments :This should ne minimal probe and it should under no + * Comments :This should be minimal probe and it should under no * circumstances change the state of the hardware.Don't do * any intiallizations other than the required * ScreenInforec. |