summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-12-22 16:49:57 -0800
committerEric Anholt <eric@anholt.net>2008-12-29 09:50:37 -0800
commitc1dde7ac06ce6470c74198b2560ee67d28fb0aea (patch)
treee9193f0a8fcc3b61e49f4d68a2925bb0f281bf9d
parent75799d2834be84b016391ec95b221df32380e3e7 (diff)
Remove old mergedfb includes and defines, which bother spatch.
-rw-r--r--src/i830.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/i830.h b/src/i830.h
index 5e507533..80d6d7b6 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>.