drm/i915: ensure more headers remain self-contained

Add more headers to the header test list:

* i915_drv.h
* i915_params.h
* i915_reg.h
* intel_drv.h
* intel_uncore.h

Happily they already are self-contained, but keep them that way.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/f660e7e1258b81d50475fa73f610eb3312c83424.1556540889.git.jani.nikula@intel.com
This commit is contained in:
Jani Nikula 2019-04-29 15:29:19 +03:00
parent da17223e85
commit aab30b85c9

View File

@ -4,9 +4,12 @@
# Test the headers are compilable as standalone units
header_test := \
i915_active_types.h \
i915_drv.h \
i915_gem_context_types.h \
i915_gem_pm.h \
i915_params.h \
i915_priolist_types.h \
i915_reg.h \
i915_scheduler_types.h \
i915_timeline_types.h \
intel_atomic_plane.h \
@ -18,6 +21,7 @@ header_test := \
intel_csr.h \
intel_ddi.h \
intel_dp.h \
intel_drv.h \
intel_dvo.h \
intel_fbc.h \
intel_fbdev.h \
@ -34,6 +38,7 @@ header_test := \
intel_sdvo.h \
intel_sprite.h \
intel_tv.h \
intel_uncore.h \
intel_wakeref.h
quiet_cmd_header_test = HDRTEST $@