Skip to content

Commit 5558141

Browse files
AxelLintmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 32aaeff commit 5558141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/plat-omap/omap_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
#undef DEBUG
7979

8080
#include <linux/kernel.h>
81+
#include <linux/export.h>
8182
#include <linux/platform_device.h>
8283
#include <linux/slab.h>
8384
#include <linux/err.h>

0 commit comments

Comments
 (0)