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:
parent
5472359d68
commit
d2bc2212f8
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue