Make driver compile for 1.6 Xserver series again. Part deux.

Signed-off-by: Matthias Hopf <mhopf@suse.de>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Stefan Dirsch 2010-10-08 17:48:38 +02:00 committed by Matthias Hopf
parent 5472359d68
commit d2bc2212f8
1 changed files with 5 additions and 0 deletions

View File

@ -172,6 +172,11 @@ static inline void memcpy_volatile(volatile void *dst, const void *src,
#define PIPE_NAME(n) ('A' + (n))
/* remain compatible to xorg-server 1.6 */
#ifndef MONITOR_EDID_COMPLETE_RAWDATA
#define MONITOR_EDID_COMPLETE_RAWDATA EDID_COMPLETE_RAWDATA
#endif
struct pci_device *
intel_host_bridge (void);