2008-02-16 23:38:10

by Adrian McMenamin

[permalink] [raw]
Subject: [PATCH] maple: remove unused variable

Remove an unused variable from the definition of struct maple_device

Signed-off-by: Adrian McMenamin <[email protected]>
---

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;
};



2008-02-26 05:22:43

by Paul Mundt

[permalink] [raw]
Subject: Re: [PATCH] maple: remove unused variable

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 <[email protected]>
> ---
>
> 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.