On 01/07/14 16:32, Gaetan Nadon wrote: > As it was done in numerous other drivers. Fixes compile error. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > 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 */
Tested-by: Trevor Woerner <[email protected]> _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
