xserver-multidpi/hw/xfree86/int10
Thierry Reding b92a9289fe xfree86: int10: Fix build on ARM
Commit 7353ec7cb6 "xfree86: Switch int10
code to stdint types" uses designated initializers to setup the fields
of the X86EMU_pioFuncs.

This breaks compilation on ARM, since out{b,w,l}() are redefined using
the preprocessor and therefore cause the compiler to complain about
non-existent fields being assigned to.

It seems like the compiler.h header that contains these redefinitions
isn't actually needed in xf86x86emu.c, so the easiest "fix" is to not
include it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
2014-04-27 12:02:39 -04:00
..
generic.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
helper_exec.c xfree86: Switch int10 code to stdint types 2014-01-12 10:14:50 -08:00
helper_mem.c Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
INT10.HOWTO Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
Makefile.am xfree86: de-duplicate some AM_CPPFLAGS 2013-08-06 13:14:56 +10:00
stub.c int10: fix build error 2014-04-27 12:02:16 -04:00
x86emu.c Remove libcwrapper usage from xorg server modules. The libcwrapper is only 2006-02-10 22:00:30 +00:00
xf86int10.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
xf86int10.h Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
xf86int10module.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86x86emu.c xfree86: int10: Fix build on ARM 2014-04-27 12:02:39 -04:00
xf86x86emu.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00