From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932584AbcBAU3f (ORCPT ); Mon, 1 Feb 2016 15:29:35 -0500 Received: from mail-pf0-f170.google.com ([209.85.192.170]:35938 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932070AbcBAU3c (ORCPT ); Mon, 1 Feb 2016 15:29:32 -0500 Date: Mon, 1 Feb 2016 12:17:45 -0800 From: Olof Johansson To: Masahiro Yamada Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] bus: uniphier-system-bus: revive tristate prompt Message-ID: <20160201201745.GA13508@localhost> References: <1453557988-2874-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453557988-2874-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 23, 2016 at 11:06:28PM +0900, Masahiro Yamada wrote: > At first, commit 4b7f48d395a7 ("bus: uniphier-system-bus: add UniPhier > System Bus driver") introduced this driver as a tristate one. > > Then, commit 326ea45aa827 ("bus: uniphier: allow only built-in > driver") temporarily made it boolean in order to fix a link error > in case it is compiled as a module. > > The root cause was fixed by commit b80443c2211c ("of/platform: export > of_default_bus_match_table"). > > Now this driver can really be a module. > > Signed-off-by: Masahiro Yamada Applied to fixes. -Olof