Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760827Ab3EBRe4 (ORCPT ); Thu, 2 May 2013 13:34:56 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:51375 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757049Ab3EBRez (ORCPT ); Thu, 2 May 2013 13:34:55 -0400 Date: Thu, 2 May 2013 13:34:54 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Arnd Bergmann cc: linux-kernel@vger.kernel.org, , Greg Kroah-Hartman Subject: Re: [PATCH, RFC 15/22] USB: EHCI: remove bogus #error In-Reply-To: <1367507786-505303-16-git-send-email-arnd@arndb.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1040 Lines: 27 On Thu, 2 May 2013, Arnd Bergmann wrote: > The EHCI host controller driver can be built standalone now, > without enabling any of the available bus glue drivers, so > there is not really a reason to error out here: On the other hand, there's no reason to build the driver without any bus glue. It wouldn't do anything. > drivers/usb/host/ehci-hcd.c:1303:2: error: > #error "missing bus glue for ehci-hcd" #error "missing bus glue for ehci-hcd" > > The alternative would be to change the Kconfig code to build > the ehci-hcd module only if any of the symbols below are > in fact enabled. > > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Signed-off-by: Arnd Bergmann Acked-by: Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/