* [PATCH net-next] net: fix cdc-phonet.c dependency and build error
@ 2015-09-16 18:32 Randy Dunlap
2015-09-16 18:51 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-09-16 18:32 UTC (permalink / raw)
To: netdev@vger.kernel.org, David Miller; +Cc: Fengguang Wu
From: Randy Dunlap <rdunlap@infradead.org>
Fix build error caused by missing Kconfig dependency:
ERROR: "cdc_parse_cdc_header" [drivers/net/usb/cdc-phonet.ko] undefined!
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
drivers/net/usb/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20150916.orig/drivers/net/usb/Kconfig
+++ linux-next-20150916/drivers/net/usb/Kconfig
@@ -541,7 +541,7 @@ config USB_NET_INT51X1
config USB_CDC_PHONET
tristate "CDC Phonet support"
- depends on PHONET
+ depends on PHONET && USB_USBNET
help
Choose this option to support the Phonet interface to a Nokia
cellular modem, as found on most Nokia handsets with the
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] net: fix cdc-phonet.c dependency and build error
2015-09-16 18:32 [PATCH net-next] net: fix cdc-phonet.c dependency and build error Randy Dunlap
@ 2015-09-16 18:51 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-09-16 18:51 UTC (permalink / raw)
To: rdunlap; +Cc: netdev, fengguang.wu
From: Randy Dunlap <rdunlap@infradead.org>
Date: Wed, 16 Sep 2015 11:32:41 -0700
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix build error caused by missing Kconfig dependency:
>
> ERROR: "cdc_parse_cdc_header" [drivers/net/usb/cdc-phonet.ko] undefined!
>
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-16 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 18:32 [PATCH net-next] net: fix cdc-phonet.c dependency and build error Randy Dunlap
2015-09-16 18:51 ` David Miller
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).