LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] maple: remove unused variable
@ 2008-02-16 23:37 Adrian McMenamin
2008-02-26 5:22 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2008-02-16 23:37 UTC (permalink / raw)
To: linux-sh, Paul Mundt; +Cc: LKML
Remove an unused variable from the definition of struct maple_device
Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
---
diff -ruN a/include/linux/maple.h b/include/linux/maple.h
--- a/include/linux/maple.h 2008-02-16 20:52:09.000000000 +0000
+++ b/include/linux/maple.h 2008-02-16 21:42:06.000000000 +0000
@@ -64,7 +64,6 @@
int (*connect) (struct maple_device * dev);
void (*disconnect) (struct maple_device * dev);
struct device_driver drv;
- int registered;
};
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] maple: remove unused variable
2008-02-16 23:37 [PATCH] maple: remove unused variable Adrian McMenamin
@ 2008-02-26 5:22 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-02-26 5:22 UTC (permalink / raw)
To: Adrian McMenamin; +Cc: linux-sh, LKML
On Sat, Feb 16, 2008 at 11:37:33PM +0000, Adrian McMenamin wrote:
> Remove an unused variable from the definition of struct maple_device
>
> Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
> ---
>
> diff -ruN a/include/linux/maple.h b/include/linux/maple.h
> --- a/include/linux/maple.h 2008-02-16 20:52:09.000000000 +0000
> +++ b/include/linux/maple.h 2008-02-16 21:42:06.000000000 +0000
> @@ -64,7 +64,6 @@
> int (*connect) (struct maple_device * dev);
> void (*disconnect) (struct maple_device * dev);
> struct device_driver drv;
> - int registered;
> };
>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-26 5:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-16 23:37 [PATCH] maple: remove unused variable Adrian McMenamin
2008-02-26 5:22 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).