Re: [PATCH RESEND] ARM: OMAP: omap_device: Include linux/export.h

2011-11-07 Thread Tony Lindgren
* Axel Lin [02 23:26]: > 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'

Re: [PATCH RESEND] ARM: OMAP: omap_device: Include linux/export.h

2011-11-03 Thread Kevin Hilman
Paul Gortmaker writes: > On 11-11-03 10:26 AM, Kevin Hilman wrote: >> Axel Lin writes: >> >>> 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 cla

Re: [PATCH RESEND] ARM: OMAP: omap_device: Include linux/export.h

2011-11-03 Thread Paul Gortmaker
On 11-11-03 10:26 AM, Kevin Hilman wrote: > Axel Lin writes: > >> 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_devi

Re: [PATCH RESEND] ARM: OMAP: omap_device: Include linux/export.h

2011-11-03 Thread Kevin Hilman
Axel Lin writes: > 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 > dec

[PATCH RESEND] ARM: OMAP: omap_device: Include linux/export.h

2011-11-03 Thread Axel Lin
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