On Mon, Jul 9, 2018 at 6:19 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote: > A couple of drivers produced build errors after the mod_devicetable.h > header was split out from the platform_device one, e.g. > > drivers/media/platform/davinci/vpbe_osd.c:42:40: error: array type has incomplete element type 'struct platform_device_id' > drivers/media/platform/davinci/vpbe_venc.c:42:40: error: array type has incomplete element type 'struct platform_device_id' > > This adds the inclusion where needed. > > Fixes: ac3167257b9f ("headers: separate linux/mod_devicetable.h from linux/platform_device.h") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > drivers/platform/x86/intel_punit_ipc.c | 1 + > --- a/drivers/platform/x86/intel_punit_ipc.c > +++ b/drivers/platform/x86/intel_punit_ipc.c > @@ -12,6 +12,7 @@ > */ > > #include <linux/module.h> > +#include <linux/mod_devicetable.h> > #include <linux/acpi.h> > #include <linux/delay.h> > #include <linux/bitops.h> Acked-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> for the above bits. -- With Best Regards, Andy Shevchenko