int10: fix build error
authorRob Clark <robdclark@gmail.com>
Thu, 3 Apr 2014 19:35:53 +0000 (15:35 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 27 Apr 2014 16:02:16 +0000 (12:02 -0400)
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>
hw/xfree86/int10/stub.c

index 40e0ba7..4bbcdde 100644 (file)
@@ -63,7 +63,7 @@ xf86ExecX86int10(xf86Int10InfoPtr pInt)
 }
 
 void *
-xf86int10Addr(xf86Int10InfoPtr pInt, CARD32 addr)
+xf86int10Addr(xf86Int10InfoPtr pInt, uint32_t addr)
 {
     return 0;
 }