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:
Rob Clark 2014-04-03 15:35:53 -04:00
parent b241934238
commit 774fea38c4

View File

@ -63,7 +63,7 @@ xf86ExecX86int10(xf86Int10InfoPtr pInt)
} }
void * void *
xf86int10Addr(xf86Int10InfoPtr pInt, CARD32 addr) xf86int10Addr(xf86Int10InfoPtr pInt, uint32_t addr)
{ {
return 0; return 0;
} }