On Mon, Jun 17, 2013 at 01:58:14PM +0200, Paul Bolle wrote:
"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@tiscali.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(+)
That has already been fixed in linux-next.
Thierry