[PATCH video-s3] Remove mibstore.h

Gaetan Nadon memsize at videotron.ca
Tue Jan 7 13:32:47 PST 2014


As it was done in numerous other drivers. Fixes compile error.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 src/s3_driver.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/s3_driver.c b/src/s3_driver.c
index 61242ad..85763ba 100644
--- a/src/s3_driver.c
+++ b/src/s3_driver.c
@@ -52,7 +52,6 @@
 #include "compiler.h"
 #include "mipointer.h"
 #include "micmap.h"
-#include "mibstore.h"
 #include "fb.h"
 #include "inputstr.h"
 #include "shadowfb.h"
@@ -822,7 +821,6 @@ static Bool S3ScreenInit(SCREEN_INIT_ARGS_DECL)
 	fbPictureInit (pScreen, 0, 0);
 	S3DGAInit(pScreen);
 
-        miInitializeBackingStore(pScreen);
         xf86SetBackingStore(pScreen);
 
 	/* framebuffer manager setup */
-- 
1.7.9.5



More information about the xorg-devel mailing list