aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vme.h
diff options
context:
space:
mode:
authorMartyn Welch <martyn@welchs.me.uk>2016-12-10 23:10:41 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-11 09:21:41 +0100
commitb0f2d7d546d37697d3f50753904f6f0c549b62bc (patch)
tree3ddf5926e2b2819f074e49a14ec97262e80e358a /include/linux/vme.h
parentgenwqe: drop .link_reset() (diff)
downloadlinux-dev-b0f2d7d546d37697d3f50753904f6f0c549b62bc.tar.xz
linux-dev-b0f2d7d546d37697d3f50753904f6f0c549b62bc.zip
VME: Remove node entry from vme_driver
The vme_driver structure currently has a "node" entry. This entry is never used and it's intended purpose has been lost to the mists of time. Remove the entry from vme_driver to avoid confusion. Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/vme.h')
-rw-r--r--include/linux/vme.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vme.h b/include/linux/vme.h
index 8c589176c2f8..ec5e8bf6118e 100644
--- a/include/linux/vme.h
+++ b/include/linux/vme.h
@@ -108,7 +108,6 @@ struct vme_dev {
};
struct vme_driver {
- struct list_head node;
const char *name;
int (*match)(struct vme_dev *);
int (*probe)(struct vme_dev *);