diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/savage_dri.c | 1 | ||||
-rw-r--r-- | src/savage_driver.h | 11 | ||||
-rw-r--r-- | src/savage_hwmc.c | 1 | ||||
-rw-r--r-- | src/savage_i2c.c | 1 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/savage_dri.c b/src/savage_dri.c index e0099fa..78987af 100644 --- a/src/savage_dri.c +++ b/src/savage_dri.c @@ -30,7 +30,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Priv.h" #include "xaalocal.h" diff --git a/src/savage_driver.h b/src/savage_driver.h index ca60dcb..9d7d339 100644 --- a/src/savage_driver.h +++ b/src/savage_driver.h @@ -3,9 +3,12 @@ #ifndef SAVAGE_VGAHWMMIO_H #define SAVAGE_VGAHWMMIO_H +#include <stdio.h> +#include <string.h> +#include <math.h> + #define MODE_24 24 -#include "xf86_ansic.h" #include "compiler.h" #include "vgaHW.h" #include "xf86.h" @@ -148,10 +151,10 @@ typedef struct #define SAVAGE_TV_ON 4 #define SAVAGE_DRIVER_NAME "savage" -#define SAVAGE_DRIVER_VERSION "2.0.2" +#define SAVAGE_DRIVER_VERSION "2.1.0" #define SAVAGE_VERSION_MAJOR 2 -#define SAVAGE_VERSION_MINOR 0 -#define SAVAGE_PATCHLEVEL 2 +#define SAVAGE_VERSION_MINOR 1 +#define SAVAGE_PATCHLEVEL 0 #define SAVAGE_VERSION ((SAVAGE_VERSION_MAJOR << 24) | \ (SAVAGE_VERSION_MINOR << 16) | \ SAVAGE_PATCHLEVEL) diff --git a/src/savage_hwmc.c b/src/savage_hwmc.c index 6e42779..6a39754 100644 --- a/src/savage_hwmc.c +++ b/src/savage_hwmc.c @@ -29,7 +29,6 @@ #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86PciInfo.h" #include "xf86Pci.h" diff --git a/src/savage_i2c.c b/src/savage_i2c.c index 6aeea9e..6873003 100644 --- a/src/savage_i2c.c +++ b/src/savage_i2c.c @@ -31,7 +31,6 @@ in this Software without prior written authorization from the XFree86 Project. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86Pci.h" |