From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755396AbbBCMNb (ORCPT ); Tue, 3 Feb 2015 07:13:31 -0500 Received: from mail-qc0-f170.google.com ([209.85.216.170]:59499 "EHLO mail-qc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933558AbbBCMN3 (ORCPT ); Tue, 3 Feb 2015 07:13:29 -0500 Date: Tue, 3 Feb 2015 07:13:25 -0500 From: Tejun Heo To: Guenter Roeck Cc: Hans de Goede , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Gregory CLEMENT Subject: Re: [PATCH v2] ata: libahci: Use of_platform_device_create only if supported Message-ID: <20150203121325.GD19463@htj.dyndns.org> References: <1422729382-20150-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422729382-20150-1-git-send-email-linux@roeck-us.net> 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 31, 2015 at 10:36:22AM -0800, Guenter Roeck wrote: > of_platform_device_create does not exist if OF_ADDRESS is not configured, > so limit its use accordingly. > > Without this fix, the sparc64:allmodconfig build fails with > > ERROR: "of_platform_device_create" [drivers/ata/libahci_platform.ko] undefined! > > Fixes: c7d7ddee7e24 ("ata: libahci: Allow using multiple regulators") > Cc: Gregory CLEMENT > Signed-off-by: Guenter Roeck Applied to libata/for-3.20. Thanks. -- tejun