* Patch "tile: fix build failure" has been added to the 4.2-stable tree
@ 2015-12-09 3:25 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-12-09 3:25 UTC (permalink / raw)
To: sudipm.mukherjee, cmetcalf, gregkh, sudip; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
tile: fix build failure
to the 4.2-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
tile-fix-build-failure.patch
and it can be found in the queue-4.2 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 3a48d13d76c0088a988a2e4f5b4d94872bdf58f3 Mon Sep 17 00:00:00 2001
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: Mon, 7 Sep 2015 20:06:57 +0530
Subject: tile: fix build failure
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
commit 3a48d13d76c0088a988a2e4f5b4d94872bdf58f3 upstream.
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>
Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/tile/kernel/usb.c | 1 +
1 file changed, 1 insertion(+)
--- a/arch/tile/kernel/usb.c
+++ b/arch/tile/kernel/usb.c
@@ -22,6 +22,7 @@
#include <linux/platform_device.h>
#include <linux/usb/tilegx.h>
#include <linux/init.h>
+#include <linux/module.h>
#include <linux/types.h>
static u64 ehci_dmamask = DMA_BIT_MASK(32);
Patches currently in stable-queue which might be from sudipm.mukherjee@gmail.com are
queue-4.2/tile-fix-build-failure.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-09 3:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 3:25 Patch "tile: fix build failure" has been added to the 4.2-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).