From: Axel Lin Date: Mon, 7 Nov 2011 20:27:10 +0000 (-0800) Subject: ARM: OMAP: omap_device: Include linux/export.h X-Git-Tag: Ubuntu-5.2.0-15.16~19333^2^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5558141556d20f2bea7a664d70a867b8f64ca38d;p=mirror_ubuntu-eoan-kernel.git ARM: OMAP: omap_device: Include linux/export.h Include linux/export.h to fix below build warning: CC arch/arm/plat-omap/omap_device.o arch/arm/plat-omap/omap_device.c:1055: warning: data definition has no type or storage class arch/arm/plat-omap/omap_device.c:1055: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' arch/arm/plat-omap/omap_device.c:1055: warning: parameter names (without types) in function declaration Signed-off-by: Axel Lin Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/omap_device.c b/arch/arm/plat-omap/omap_device.c index cd90bedd9306..f839f948421a 100644 --- a/arch/arm/plat-omap/omap_device.c +++ b/arch/arm/plat-omap/omap_device.c @@ -78,6 +78,7 @@ #undef DEBUG #include +#include #include #include #include