drm/i915: ensure more headers remain self-contained
authorJani Nikula <jani.nikula@intel.com>
Mon, 29 Apr 2019 12:29:19 +0000 (15:29 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 30 Apr 2019 11:29:11 +0000 (14:29 +0300)
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
drivers/gpu/drm/i915/Makefile.header-test

index 325071d..9ace5e7 100644 (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 $@