From: Carlos Aguiar <carlos.aguiar@indt.org.br>
To: omap-linux <linux-omap-open-source@linux.omap.com>
Subject: [PATCH 1/1] ARM: OMAP: Fix Siemens SX1 building failure
Date: Thu, 29 Nov 2007 11:14:06 -0400 [thread overview]
Message-ID: <474ED73E.70104@indt.org.br> (raw)
From: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
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 <carlos.aguiar@indt.org.br>
---
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
-- 1.5.3.GIT
next reply other threads:[~2007-11-29 15:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-29 15:14 Carlos Aguiar [this message]
2007-12-01 0:08 ` [PATCH 1/1] ARM: OMAP: Fix Siemens SX1 building failure Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=474ED73E.70104@indt.org.br \
--to=carlos.aguiar@indt.org.br \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.