int10: fix build error
Fixes: stub.c:66:1: error: conflicting types for 'xf86int10Addr' In file included from stub.c:14:0: xf86int10.h:72:53: note: previous declaration of 'xf86int10Addr' was here Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
b241934238
commit
774fea38c4
|
@ -63,7 +63,7 @@ xf86ExecX86int10(xf86Int10InfoPtr pInt)
|
|||
}
|
||||
|
||||
void *
|
||||
xf86int10Addr(xf86Int10InfoPtr pInt, CARD32 addr)
|
||||
xf86int10Addr(xf86Int10InfoPtr pInt, uint32_t addr)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue