* [PATCH -next] staging: ipx: depends on NET
@ 2017-11-30 17:00 Randy Dunlap
2017-11-30 17:15 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-11-30 17:00 UTC (permalink / raw)
To: LKML, Greg Kroah-Hartman, devel@driverdev.osuosl.org
From: Randy Dunlap <rdunlap@infradead.org>
IPX depends on NET, so add that to the Kconfig file.
Fixes Kconfig warning and build errors:
warning: (IPX) selects LLC which has unmet direct dependencies (NET)
and 94 "undefined reference" build errors.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
drivers/staging/ipx/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20171130.orig/drivers/staging/ipx/Kconfig
+++ linux-next-20171130/drivers/staging/ipx/Kconfig
@@ -3,6 +3,7 @@
#
config IPX
tristate "The IPX protocol"
+ depends on NET
select LLC
---help---
This is support for the Novell networking protocol, IPX, commonly
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] staging: ipx: depends on NET
2017-11-30 17:00 [PATCH -next] staging: ipx: depends on NET Randy Dunlap
@ 2017-11-30 17:15 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-11-30 17:15 UTC (permalink / raw)
To: Randy Dunlap; +Cc: LKML, devel@driverdev.osuosl.org
On Thu, Nov 30, 2017 at 09:00:03AM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> IPX depends on NET, so add that to the Kconfig file.
>
> Fixes Kconfig warning and build errors:
>
> warning: (IPX) selects LLC which has unmet direct dependencies (NET)
> and 94 "undefined reference" build errors.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> ---
> drivers/staging/ipx/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Good catch, now queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-30 17:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-30 17:00 [PATCH -next] staging: ipx: depends on NET Randy Dunlap
2017-11-30 17:15 ` Greg Kroah-Hartman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.