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>
This commit is contained in:
Martyn Welch 2016-12-10 23:10:41 +00:00 committed by Greg Kroah-Hartman
parent e1873a479a
commit b0f2d7d546
1 changed files with 0 additions and 1 deletions

View File

@ -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 *);