[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090907170839.50ddeef7.randy.dunlap@oracle.com>
Date: Mon, 7 Sep 2009 17:08:39 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: "Stephen Rothwell . David Brownell <dbrownell@...rs.sourceforge.net>"
<sfr@...b.auug.org.au>, gregkh <greg@...ah.com>
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
linux-usb@...r.kernel.org
Subject: [PATCH -next] usb gadget: ether needs to select CRC32
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix build error, ether uses/needs to select CRC32 config symbol:
ether.c:(.text+0x271480): undefined reference to `crc32_le'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/usb/gadget/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20090907.orig/drivers/usb/gadget/Kconfig
+++ linux-next-20090907/drivers/usb/gadget/Kconfig
@@ -627,6 +627,7 @@ config USB_AUDIO
config USB_ETH
tristate "Ethernet Gadget (with CDC Ethernet support)"
depends on NET
+ select CRC32
help
This driver implements Ethernet style communication, in one of
several ways:
---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists