From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] sh: pfc: Remove unused gpio_in_use member
Date: Wed, 28 Sep 2011 07:47:06 +0000 [thread overview]
Message-ID: <20110928074706.17605.82736.sendpatchset@w520> (raw)
From: Magnus Damm <damm@opensource.se>
Remove unused member gpio_in_use from struct pinmux_info.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
include/linux/sh_pfc.h | 1 -
1 file changed, 1 deletion(-)
--- 0001/include/linux/sh_pfc.h
+++ work/include/linux/sh_pfc.h 2011-09-28 14:01:29.000000000 +0900
@@ -87,7 +87,6 @@ struct pinmux_info {
pinmux_enum_t *gpio_data;
unsigned int gpio_data_size;
- unsigned long *gpio_in_use;
struct gpio_chip chip;
};
next reply other threads:[~2011-09-28 7:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-28 7:47 Magnus Damm [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-10-28 6:06 [PATCH] sh: pfc: Remove unused gpio_in_use member Paul Mundt
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=20110928074706.17605.82736.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.org \
/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.