From: Ville Syrjälä Date: Mon, 19 Dec 2011 22:06:39 +0000 (+0200) Subject: drm: Install drm_fourcc.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b03166ac188ad643a55399f6c6a6a369beb099b1;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git drm: Install drm_fourcc.h Userspace needs this header. Signed-off-by: Ville Syrjälä Signed-off-by: Dave Airlie --- diff --git a/include/drm/Kbuild b/include/drm/Kbuild index 3a60ac889520..a5c0e10fd47d 100644 --- a/include/drm/Kbuild +++ b/include/drm/Kbuild @@ -1,4 +1,5 @@ header-y += drm.h +header-y += drm_fourcc.h header-y += drm_mode.h header-y += drm_sarea.h header-y += i810_drm.h