Headers under include/ aren't supposed to try to include headers from driver directories, such as i915_reg_defs.h. Remove it.
Signed-off-by: Jani Nikula <[email protected]> --- include/drm/intel/mchbar_regs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/drm/intel/mchbar_regs.h b/include/drm/intel/mchbar_regs.h index ca0d421be16c..66498ca5e40b 100644 --- a/include/drm/intel/mchbar_regs.h +++ b/include/drm/intel/mchbar_regs.h @@ -6,8 +6,6 @@ #ifndef __INTEL_MCHBAR_REGS__ #define __INTEL_MCHBAR_REGS__ -#include "i915_reg_defs.h" - /* * MCHBAR mirror. * -- 2.47.3
