[PATCH 0/5] drm: fixes for merge-window regressions

From: Arnd Bergmann
Date: Wed May 18 2016 - 12:09:14 EST


A couple of new warnings and build errors appeared through the DRM
tree in linux-next after the merge window opened. The first patch
here is for scripts/headers_check.pl, but as the bug is only
present in drm-next at the moment, it would be good to add all
five patches to that tree before they make it into mainline.

It's likely that some of these have already been fixed since
this morning's linux-next, so just ignore the ones are no
longer needed.

[resending because of missing Cc list for the actual patches,
sorry about that]

Arnd Bergmann (5):
headers_check: don't warn about c++ guards
drm: mediatek: add CONFIG_OF dependency
drm: mediatek: fixup drm_gem_object_lookup API change
drm: exynos: mark pm functions as __maybe_unused
drm: remove unused dev variables

drivers/gpu/drm/armada/armada_crtc.c | 1 -
drivers/gpu/drm/exynos/exynos_hdmi.c | 6 ++----
drivers/gpu/drm/mediatek/Kconfig | 1 +
drivers/gpu/drm/mediatek/mtk_drm_fb.c | 2 +-
drivers/gpu/drm/mediatek/mtk_drm_gem.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_gem.c | 1 -
drivers/gpu/drm/nouveau/nv50_display.c | 1 -
drivers/gpu/drm/radeon/radeon_cs.c | 1 -
scripts/headers_check.pl | 4 ++++
9 files changed, 9 insertions(+), 10 deletions(-)


Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxx>
Cc: Inki Dae <inki.dae@xxxxxxxxxxx>
Cc: Joonyoung Shim <jy0922.shim@xxxxxxxxxxx>
Cc: Seung-Woo Kim <sw0312.kim@xxxxxxxxxxx>
Cc: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
Cc: Kukjin Kim <kgene@xxxxxxxxxx>
Cc: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx>
Cc: Matthias Brugger <matthias.bgg@xxxxxxxxx>
Cc: Ben Skeggs <bskeggs@xxxxxxxxxx>
Cc: Alex Deucher <alexander.deucher@xxxxxxx>
Cc: "Christian KÃnig" <christian.koenig@xxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-samsung-soc@xxxxxxxxxxxxxxx
Cc: linux-mediatek@xxxxxxxxxxxxxxxxxxx
Cc: nouveau@xxxxxxxxxxxxxxxxxxxxx

--
2.7.0