diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-02-02 14:18:39 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2020-03-10 14:46:18 +0000 |
commit | 652d93cbbdc159c0883f1b626ea48e28bac63ae3 (patch) | |
tree | c90e98dc72ca5d3b1dc0f51d1b5fba8ab4983b74 | |
parent | f66d39544bb8339130c96d282a80f87ca1606caf (diff) |
i810: Avoid duplicate definition of I810PatternROP
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/legacy/i810/i810.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy/i810/i810.h b/src/legacy/i810/i810.h index 347188c9..19be049c 100644 --- a/src/legacy/i810/i810.h +++ b/src/legacy/i810/i810.h @@ -322,6 +322,6 @@ extern void I810InitMC(ScreenPtr pScreen); extern const OptionInfoRec *I810AvailableOptions(int chipid, int busid); extern const int I810CopyROP[16]; -const int I810PatternROP[16]; +extern const int I810PatternROP[16]; #endif /* _I810_H_ */ |