ARM: OMAP: omap_device: Include linux/export.h
authorAxel Lin <axel.lin@gmail.com>
Mon, 7 Nov 2011 20:27:10 +0000 (12:27 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 7 Nov 2011 20:27:10 +0000 (12:27 -0800)
commit5558141556d20f2bea7a664d70a867b8f64ca38d
tree2d5b5e5c3b2dbfe3471fc172a9e813d178c3fc0f
parent32aaeffbd4a7457bf2f7448b33b5946ff2a960eb
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 <axel.lin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/omap_device.c