i810: Avoid duplicate definition of I810PatternROP

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Hanno Böck 2020-02-02 14:18:39 +01:00 committed by Chris Wilson
parent f66d39544b
commit 652d93cbbd
1 changed files with 1 additions and 1 deletions

View File

@ -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_ */