From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/1] ARM: OMAP: Fix Siemens SX1 building failure Date: Fri, 30 Nov 2007 16:08:14 -0800 Message-ID: <20071201000813.GN7498@atomide.com> References: <474ED73E.70104@indt.org.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <474ED73E.70104@indt.org.br> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Carlos Aguiar Cc: omap-linux List-Id: linux-omap@vger.kernel.org * Carlos Aguiar [071129 07:16]: > From: Carlos Eduardo Aguiar > > This patch redefines CN_IDX_SX1SND and CN_VAL_SX1SND macros at include/linux/connector.h. > It is based on Komal Shah' earlier patch. > > Signed-off-by: Carlos Eduardo Aguiar > --- > include/linux/connector.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/linux/connector.h b/include/linux/connector.h > index 13fc454..29ddd3f 100644 > --- a/include/linux/connector.h > +++ b/include/linux/connector.h > @@ -36,6 +36,8 @@ > #define CN_VAL_CIFS 0x1 > #define CN_W1_IDX 0x3 /* w1 communication */ > #define CN_W1_VAL 0x1 > +#define CN_IDX_SX1SND 0x4 > +#define CN_VAL_SX1SND 0x1 > #define CN_IDX_V86D 0x4 > #define CN_VAL_V86D_UVESAFB 0x1 > Pushing today. Tony