From: Grant Likely <grant.likely@secretlab.ca>
To: Peter Korsgaard <jacmet@sunsite.dk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] mcp23s08: remove unused work queue
Date: Thu, 14 Jul 2011 20:53:57 -0600 [thread overview]
Message-ID: <20110715025357.GY2927@ponder.secretlab.ca> (raw)
In-Reply-To: <1310673568-30577-2-git-send-email-jacmet@sunsite.dk>
On Thu, Jul 14, 2011 at 09:59:26PM +0200, Peter Korsgaard wrote:
> Never accessed anywhere.
>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
I've applied this, but I had to do it manually. Please rebase the
remaining two patches on linux-next.
g.
> ---
> drivers/gpio/mcp23s08.c | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpio/mcp23s08.c b/drivers/gpio/mcp23s08.c
> index 40e0760..242a8a2 100644
> --- a/drivers/gpio/mcp23s08.c
> +++ b/drivers/gpio/mcp23s08.c
> @@ -4,7 +4,6 @@
>
> #include <linux/kernel.h>
> #include <linux/device.h>
> -#include <linux/workqueue.h>
> #include <linux/mutex.h>
> #include <linux/gpio.h>
> #include <linux/spi/spi.h>
> @@ -60,8 +59,6 @@ struct mcp23s08 {
>
> struct gpio_chip chip;
>
> - struct work_struct work;
> -
> const struct mcp23s08_ops *ops;
> };
>
> --
> 1.7.5.4
>
next prev parent reply other threads:[~2011-07-15 2:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-14 19:59 [PATCH 0/3] gpio/mcp23s08: add support for i2c variants Peter Korsgaard
2011-07-14 19:59 ` [PATCH 1/3] mcp23s08: remove unused work queue Peter Korsgaard
2011-07-15 2:53 ` Grant Likely [this message]
2011-07-15 6:54 ` Peter Korsgaard
2011-07-14 19:59 ` [PATCH 2/3] mcp23s08: isolate spi specific parts Peter Korsgaard
2011-07-15 2:53 ` Grant Likely
2011-07-15 6:57 ` Peter Korsgaard
2011-07-14 19:59 ` [PATCH 3/3] mcp23s08: add i2c support Peter Korsgaard
2011-07-15 2:53 ` Grant Likely
2011-07-15 7:03 ` Peter Korsgaard
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=20110715025357.GY2927@ponder.secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=jacmet@sunsite.dk \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®