diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/smi.h | 4 | ||||
-rw-r--r-- | src/smi_dga.c | 1 | ||||
-rw-r--r-- | src/smi_driver.c | 6 | ||||
-rw-r--r-- | src/smi_i2c.c | 1 | ||||
-rw-r--r-- | src/smi_shadow.c | 1 |
5 files changed, 6 insertions, 7 deletions
@@ -31,9 +31,11 @@ authorization from the XFree86 Project and Silicon Motion. #ifndef _SMI_H #define _SMI_H +#include <string.h> +#include <stdio.h> + #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86PciInfo.h" #include "xf86Pci.h" #include "xf86Cursor.h" diff --git a/src/smi_dga.c b/src/smi_dga.c index 4b7a2fa..3fd0864 100644 --- a/src/smi_dga.c +++ b/src/smi_dga.c @@ -34,7 +34,6 @@ authorization from the XFree86 Project and Silicon Motion. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Pci.h" #include "xf86PciInfo.h" #include "xaa.h" diff --git a/src/smi_driver.c b/src/smi_driver.c index 8284207..a39e7d0 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -88,10 +88,10 @@ static void SMI_ProbeDDC(ScrnInfoPtr pScrn, int index); #define SILICONMOTION_NAME "Silicon Motion" #define SILICONMOTION_DRIVER_NAME "siliconmotion" -#define SILICONMOTION_VERSION_NAME "1.3.1" +#define SILICONMOTION_VERSION_NAME "1.4.0" #define SILICONMOTION_VERSION_MAJOR 1 -#define SILICONMOTION_VERSION_MINOR 3 -#define SILICONMOTION_PATCHLEVEL 1 +#define SILICONMOTION_VERSION_MINOR 4 +#define SILICONMOTION_PATCHLEVEL 0 #define SILICONMOTION_DRIVER_VERSION ((SILICONMOTION_VERSION_MAJOR << 24) | \ (SILICONMOTION_VERSION_MINOR << 16) | \ (SILICONMOTION_PATCHLEVEL)) diff --git a/src/smi_i2c.c b/src/smi_i2c.c index 9b7bf30..f4aa19d 100644 --- a/src/smi_i2c.c +++ b/src/smi_i2c.c @@ -34,7 +34,6 @@ authorization from the XFree86 Project and Silicon Motion. #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "compiler.h" #include "xf86Pci.h" #include "xf86PciInfo.h" diff --git a/src/smi_shadow.c b/src/smi_shadow.c index ffc488f..10cfe4d 100644 --- a/src/smi_shadow.c +++ b/src/smi_shadow.c @@ -35,7 +35,6 @@ authorization from the XFree86 Project and Silicon Motion. #include "xf86.h" #include "xf86_OSproc.h" #include "xf86Resources.h" -#include "xf86_ansic.h" #include "xf86PciInfo.h" #include "xf86Pci.h" #include "shadowfb.h" |