summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-12-22 16:49:57 -0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-12-30 18:10:14 +0800
commit785d20d93f66310880f8cea0bf6c2ccf544a0e29 (patch)
treede461b146b0e3233f0383ef42381d9b5e642808a /src
parent2c23c0c39b06669c68f8fefda90b033715a803cf (diff)
Remove old mergedfb includes and defines, which bother spatch.
(cherry picked from commit c1dde7ac06ce6470c74198b2560ee67d28fb0aea)
Diffstat (limited to 'src')
-rw-r--r--src/i830.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/i830.h b/src/i830.h
index 8ad5c698..dd5555d6 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -107,12 +107,6 @@ typedef struct _I830OutputRec I830OutputRec, *I830OutputPtr;
#include "i830_sdvo.h"
#include "i2c_vid.h"
-/* I830 Video support */
-#define NEED_REPLIES /* ? */
-#define EXTENSION_PROC_ARGS void *
-#include "extnsionst.h" /* required */
-#include <X11/extensions/panoramiXproto.h> /* required */
-
/*
* The mode handling is based upon the VESA driver written by
* Paulo César Pereira de Andrade <pcpa@conectiva.com.br>.