Keshava Munegowda wrote:
>
> This patch fix the follwing warning when compiling usb code
> for OMAP defconfigs.
> arch/arm/plat-omap/include/plat/usb.h:109: warning: return type defaults
> to 'int'
>
> Signed-off-by: Keshava Munegowda <[email protected]>

Already posted by me:

http://marc.info/?l=linux-omap&m=128212353619711&w=2

> ---
>  arch/arm/plat-omap/include/plat/usb.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6/arch/arm/plat-omap/include/plat/usb.h
> ===================================================================
> --- linux-2.6.orig/arch/arm/plat-omap/include/plat/usb.h
> +++ linux-2.6/arch/arm/plat-omap/include/plat/usb.h
> @@ -105,7 +105,7 @@ static inline void omap1_usb_init(struct
>  #if defined(CONFIG_ARCH_OMAP_OTG) ||
defined(CONFIG_ARCH_OMAP_OTG_MODULE)
>  void omap2_usbfs_init(struct omap_usb_config *pdata);
>  #else
> -static inline omap2_usbfs_init(struct omap_usb_config *pdata)
> +static inline void omap2_usbfs_init(struct omap_usb_config *pdata)
>  {
>  }
>  #endif
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to