From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755963Ab0JKSLL (ORCPT ); Mon, 11 Oct 2010 14:11:11 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:44051 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755793Ab0JKSLK (ORCPT ); Mon, 11 Oct 2010 14:11:10 -0400 Date: Mon, 11 Oct 2010 19:11:08 +0100 From: Mark Brown To: Anand Gadiyar Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Liam Girdwood Subject: Re: [PATCH] regulator: fix build when CONFIG_REGULATOR_DUMMY=n Message-ID: <20101011181108.GA22355@opensource.wolfsonmicro.com> References: <1286814955-23415-1-git-send-email-gadiyar@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1286814955-23415-1-git-send-email-gadiyar@ti.com> X-Cookie: Your domestic life may be harmonious. User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 11, 2010 at 10:05:55PM +0530, Anand Gadiyar wrote: > Commit f03f91826 (regulator: Add option for machine drivers > to enable the dummy regulator) in the regulators tree > seems to have introduced the following build break when > CONFIG_REGULATOR_DUMMY is disabled. Fix this. Acked-by: Mark Brown