summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdrian McMenamin2008-02-17 00:37:33 +0100
committerPaul Mundt2008-02-26 06:03:47 +0100
commit24d10f0c37d301e88f6965e3dc0aa684311544e5 (patch)
tree12e22352d05e0921c26b2e036e13302562059e51 /include
parentsh: SH5-103 needs to select CPU_SH5. (diff)
downloadkernel-qcow2-linux-24d10f0c37d301e88f6965e3dc0aa684311544e5.tar.gz
kernel-qcow2-linux-24d10f0c37d301e88f6965e3dc0aa684311544e5.tar.xz
kernel-qcow2-linux-24d10f0c37d301e88f6965e3dc0aa684311544e5.zip
maple: remove unused variable
Remove an unused variable from the definition of struct maple_device Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/maple.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/maple.h b/include/linux/maple.h
index 3f01e2bae1a1..d31e36ebb436 100644
--- a/include/linux/maple.h
+++ b/include/linux/maple.h
@@ -64,7 +64,6 @@ struct maple_driver {
int (*connect) (struct maple_device * dev);
void (*disconnect) (struct maple_device * dev);
struct device_driver drv;
- int registered;
};
void maple_getcond_callback(struct maple_device *dev,