qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] headers: fix linux/mod_devicetable.h inclusions


From: Andy Shevchenko
Subject: Re: [Qemu-devel] [PATCH] headers: fix linux/mod_devicetable.h inclusions
Date: Wed, 18 Jul 2018 00:37:05 +0300

On Mon, Jul 9, 2018 at 6:19 PM, Arnd Bergmann <address@hidden> 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 <address@hidden>

>  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 <address@hidden>

for the above bits.

-- 
With Best Regards,
Andy Shevchenko



reply via email to

[Prev in Thread] Current Thread [Next in Thread]