[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130725131959.3c39e033c6fee01328b10119@canb.auug.org.au>
Date: Thu, 25 Jul 2013 13:19:59 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Greg KH <greg@...ah.com>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
Won Kang <wkang77@...il.com>
Subject: linux-next: build failure after merge of the staging tree
Hi Greg,
After merging the staging tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/staging/gdm724x/built-in.o: In function `netlink_init':
(.text+0x19b6): multiple definition of `netlink_init'
drivers/staging/gdm72xx/built-in.o:(.text+0x19d5): first defined here
drivers/staging/gdm724x/built-in.o: In function `netlink_exit':
(.text+0x1a2a): multiple definition of `netlink_exit'
drivers/staging/gdm72xx/built-in.o:(.text+0x1a49): first defined here
drivers/staging/gdm724x/built-in.o: In function `netlink_send':
(.text+0x1a4f): multiple definition of `netlink_send'
drivers/staging/gdm72xx/built-in.o:(.text+0x1a67): first defined here
Presumably caused by commit 61e121047645 ("staging: gdm7240: adding LTE
USB driver"). I disabled this driver using this patch:
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Thu, 25 Jul 2013 13:16:30 +1000
Subject: [PATCH] staging: disable the gdm724x driver due to build problems
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
---
drivers/staging/gdm724x/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/gdm724x/Kconfig b/drivers/staging/gdm724x/Kconfig
index 10f7be1..85141bd 100644
--- a/drivers/staging/gdm724x/Kconfig
+++ b/drivers/staging/gdm724x/Kconfig
@@ -5,6 +5,7 @@
config LTE_GDM724X
tristate "GCT GDM724x LTE support"
depends on NET && USB
+ depends on BROKEN
help
This driver supports GCT GDM724x LTE chip based USB modem devices.
It exposes 4 network devices to be used per PDN and 2 tty devices to be
--
1.8.3.3
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists