Signed-off-by: Hans de Goede <[email protected]> --- src/nv_type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/nv_type.h b/src/nv_type.h index 6ee36d7..736162f 100644 --- a/src/nv_type.h +++ b/src/nv_type.h @@ -8,7 +8,6 @@ #include <stdbool.h> #include <stdint.h> #include "xf86Crtc.h" -#include "xf86platformBus.h" #if XF86_CRTC_VERSION >= 5 #define NOUVEAU_PIXMAP_SHARING 1 @@ -24,6 +23,8 @@ #define NV_ARCH_C0 0xc0 #define NV_ARCH_E0 0xe0 +struct xf86_platform_device; + /* NV50 */ typedef struct _NVRec *NVPtr; -- 1.9.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
