summaryrefslogtreecommitdiff
path: root/driver/xf86-video-siliconmotion
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-05-12 13:06:26 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-05-12 13:06:26 +0000
commit8442bcb5363f5dbf14f47672c40b9bd8accf5fd2 (patch)
treedcba21f2465749f250b8dd694c5ab045772f11a4 /driver/xf86-video-siliconmotion
parent03e581399db07433dd54da891ffe09dbec74fa8f (diff)
Remove calls to miInitializeBackingStore() and includes of mibstore.h
mibstore.h defines miInitializeBackingStore() as an empty stub, and goes away in xserver 1.14.
Diffstat (limited to 'driver/xf86-video-siliconmotion')
-rw-r--r--driver/xf86-video-siliconmotion/src/smi_driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/xf86-video-siliconmotion/src/smi_driver.c b/driver/xf86-video-siliconmotion/src/smi_driver.c
index 4794571a0..134db7961 100644
--- a/driver/xf86-video-siliconmotion/src/smi_driver.c
+++ b/driver/xf86-video-siliconmotion/src/smi_driver.c
@@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
"Done writing mode. Register dump:\n");
SMI_PrintRegs(pScrn);
- miInitializeBackingStore(pScreen);
-
#ifdef HAVE_XMODES
xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
#endif