On Mon, Jan 24, 2022 at 06:08:26PM -0800, Matt Roper wrote:
Several of our i915 header files, have been including i915_reg.h. This means that any change to i915_reg.h will trigger a full rebuild of pretty much every file of the driver, even those that don't have any kind of register access. Let's delete the i915_reg.h include from all headers and include an explicit include from the .c files that truly
if you're going to respin this or while applying, it may be good to reword this sentence as we have too many "include". Reviewed-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Lucas De Marchi