Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1221020

Re: [PATCH] tile: fix build failure

From Chris Metcalf <cmetcalf@ezchip.com>
Newsgroups linux.kernel
Subject Re: [PATCH] tile: fix build failure
Date 2015-09-08 19:50 +0200
Message-ID <q6vbQ-2PL-17@gated-at.bofh.it> (permalink)
References <q65Kr-8kq-53@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/07/2015 10:36 AM, Sudip Mukherjee wrote:
> When building with allmodconfig the build was failing with the error:
>
> arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default]
> arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration of 'arch_initcall' [-Werror=implicit-int]
> arch/tile/kernel/usb.c:70:1: warning: parameter names (without types) in function declaration [enabled by default]
> arch/tile/kernel/usb.c:63:19: warning: 'tilegx_usb_init' defined but not used [-Wunused-function]
>
> Include linux/module.h to resolve the build failure.
>
> Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
> ---
>   arch/tile/kernel/usb.c | 1 +
>   1 file changed, 1 insertion(+)

Thanks, taken into the tile tree.

-- 
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] tile: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-09-07 16:40 +0200
  Re: [PATCH] tile: fix build failure Chris Metcalf <cmetcalf@ezchip.com> - 2015-09-08 19:50 +0200

csiph-web