On Wed, 31 Jan 2024, David E. Box wrote: > In preparation for new source files, move common structures to a new > header flie. > > Signed-off-by: David E. Box <david.e.box@xxxxxxxxxxxxxxx> > --- > MAINTAINERS | 1 + > drivers/platform/x86/intel/sdsi.c | 23 +---------------------- > drivers/platform/x86/intel/sdsi.h | 31 +++++++++++++++++++++++++++++++ > 3 files changed, 33 insertions(+), 22 deletions(-) > create mode 100644 drivers/platform/x86/intel/sdsi.h > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d1052fa6a69..09ef8497e48a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11042,6 +11042,7 @@ INTEL SDSI DRIVER > M: David E. Box <david.e.box@xxxxxxxxxxxxxxx> > S: Supported > F: drivers/platform/x86/intel/sdsi.c > +F: drivers/platform/x86/intel/sdsi.h Use this instead: drivers/platform/x86/intel/sdsi* Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> -- i.