diff options
author | Eric Anholt <eric@anholt.net> | 2008-12-22 16:49:57 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-12-29 09:50:37 -0800 |
commit | c1dde7ac06ce6470c74198b2560ee67d28fb0aea (patch) | |
tree | e9193f0a8fcc3b61e49f4d68a2925bb0f281bf9d /src/i830.h | |
parent | 75799d2834be84b016391ec95b221df32380e3e7 (diff) |
Remove old mergedfb includes and defines, which bother spatch.
Diffstat (limited to 'src/i830.h')
-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>. |