From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754359Ab1LMMT2 (ORCPT ); Tue, 13 Dec 2011 07:19:28 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:50650 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029Ab1LMMTY (ORCPT ); Tue, 13 Dec 2011 07:19:24 -0500 MIME-Version: 1.0 In-Reply-To: <20111212105650.GA5798@glitch> References: <1323431857-8828-1-git-send-email-linus.walleij@stericsson.com> <20111212105650.GA5798@glitch> Date: Tue, 13 Dec 2011 13:19:24 +0100 Message-ID: Subject: Re: [PATCH v6] pinctrl: add a pin config interface From: Linus Walleij To: Linus Walleij , linux-kernel@vger.kernel.org, Stephen Warren , Grant Likely , Barry Song <21cnbao@gmail.com>, Shawn Guo , Thomas Abraham , Dong Aisheng , Rajendra Nayak , Haojian Zhuang , Linus Walleij Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 12, 2011 at 11:56 AM, Domenico Andreoli wrote: > On Fri, Dec 09, 2011 at 12:57:37PM +0100, Linus Walleij wrote: >> -struct pinctrl_dev; > > this introduces a warning in case CONFIG_PINCTRL is not enabled. Uh oh. I've put it back in. Thanks! Linus Walleij