diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-22 16:49:57 -0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-12-30 18:10:14 +0800 |
commit | 785d20d93f66310880f8cea0bf6c2ccf544a0e29 (patch) | |
tree | de461b146b0e3233f0383ef42381d9b5e642808a /src | |
parent | 2c23c0c39b06669c68f8fefda90b033715a803cf (diff) |
Remove old mergedfb includes and defines, which bother spatch.
(cherry picked from commit c1dde7ac06ce6470c74198b2560ee67d28fb0aea)
Diffstat (limited to 'src')
-rw-r--r-- | src/i830.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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>. |