include: drm: 160d42d5 Contribution Fix

Change-Id: If892004892f9b1646b65826a06328685325122dd
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
This commit is contained in:
Rohit Vaswani 2013-02-07 14:16:40 -08:00 committed by Stephen Boyd
parent c999112fac
commit 4c45bf19a9
2 changed files with 2 additions and 1 deletions

View file

@ -13,3 +13,4 @@ header-y += savage_drm.h
header-y += sis_drm.h
header-y += via_drm.h
header-y += vmwgfx_drm.h
header-y += kgsl_drm.h

View file

@ -36,7 +36,7 @@
#ifndef _DRM_H_
#define _DRM_H_
#if defined(__linux__)
#if defined(__KERNEL__) || defined(_LINUX) || defined(__linux__)
#include <linux/types.h>
#include <asm/ioctl.h>