Quoting Michal Wajdeczko (2017-10-03 17:36:05) > We want to keep component specific code in separate files. > > Suggested-by: Joonas Lahtinen <[email protected]> > Signed-off-by: Michal Wajdeczko <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Chris Wilson <[email protected]> > Cc: Sagar Arun Kamble <[email protected]> > --- > drivers/gpu/drm/i915/intel_guc_log.c | 1 + > drivers/gpu/drm/i915/intel_guc_log.h | 57 > ++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/i915/intel_uc.h | 26 +--------------- > 3 files changed, 59 insertions(+), 25 deletions(-) > create mode 100644 drivers/gpu/drm/i915/intel_guc_log.h > > diff --git a/drivers/gpu/drm/i915/intel_guc_log.c > b/drivers/gpu/drm/i915/intel_guc_log.c > index 6571d96..bd9b02e 100644 > --- a/drivers/gpu/drm/i915/intel_guc_log.c > +++ b/drivers/gpu/drm/i915/intel_guc_log.c > @@ -23,6 +23,7 @@ > */ > #include <linux/debugfs.h> > #include <linux/relay.h> > +#include "intel_guc_log.h" > #include "i915_drv.h"
Can we keep a newline between <> and "", and aim for alphabetical order. -Chris _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
