mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
include: drm: 160d42d5 Contribution Fix
Change-Id: If892004892f9b1646b65826a06328685325122dd Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
This commit is contained in:
parent
c999112fac
commit
4c45bf19a9
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue