[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1371470294.26299.21.camel@x61.thuisdomein>
Date: Mon, 17 Jun 2013 13:58:14 +0200
From: Paul Bolle <pebolle@...cali.nl>
To: David Airlie <airlied@...ux.ie>,
Stephen Warren <swarren@...dotorg.org>
Cc: dri-devel@...ts.freedesktop.org, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] drm/tegra: Include linux/types.h
"make headers_check" complains about include/uapi/drm/tegra_drm.h:
[...]/usr/include/drm/tegra_drm.h:21: found __[us]{8,16,32,64} type without #include <linux/types.h>
So let's include linux/types.h in this header.
Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
Tested only with "make headers_check". I don't actually build or run
code that uses tegra_drm.h.
include/uapi/drm/tegra_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/tegra_drm.h b/include/uapi/drm/tegra_drm.h
index 6e132a2..6698e81 100644
--- a/include/uapi/drm/tegra_drm.h
+++ b/include/uapi/drm/tegra_drm.h
@@ -17,6 +17,8 @@
#ifndef _UAPI_TEGRA_DRM_H_
#define _UAPI_TEGRA_DRM_H_
+#include <linux/types.h>
+
struct drm_tegra_gem_create {
__u64 size;
__u32 flags;
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists