From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753402AbdK3RPO (ORCPT ); Thu, 30 Nov 2017 12:15:14 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41942 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbdK3RPN (ORCPT ); Thu, 30 Nov 2017 12:15:13 -0500 Date: Thu, 30 Nov 2017 17:15:18 +0000 From: Greg Kroah-Hartman To: Randy Dunlap Cc: LKML , "devel@driverdev.osuosl.org" Subject: Re: [PATCH -next] staging: ipx: depends on NET Message-ID: <20171130171518.GA11997@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 30, 2017 at 09:00:03AM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > 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 > --- > drivers/staging/ipx/Kconfig | 1 + > 1 file changed, 1 insertion(+) Good catch, now queued up, thanks. greg k-h