3fc661a98c
As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Also alphabetically order sound-soc kernel packages. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
22 lines
613 B
Diff
22 lines
613 B
Diff
From 99d93febb6563b3f0f6ad5ec0240fa0c3e19f62f Mon Sep 17 00:00:00 2001
|
|
From: Eric Anholt <eric@anholt.net>
|
|
Date: Mon, 25 Jan 2016 13:03:33 -0800
|
|
Subject: [PATCH 193/381] drm/vc4: Include vc4_drm.h in uapi in downstream
|
|
build.
|
|
|
|
Signed-off-by: Eric Anholt <eric@anholt.net>
|
|
---
|
|
include/uapi/drm/Kbuild | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/include/uapi/drm/Kbuild
|
|
+++ b/include/uapi/drm/Kbuild
|
|
@@ -14,6 +14,7 @@ header-y += radeon_drm.h
|
|
header-y += savage_drm.h
|
|
header-y += sis_drm.h
|
|
header-y += tegra_drm.h
|
|
+header-y += vc4_drm.h
|
|
header-y += via_drm.h
|
|
header-y += vmwgfx_drm.h
|
|
header-y += msm_drm.h
|