Skip to content

Commit

Permalink
VME: Remove node entry from vme_driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Jan 11, 2017
1 parent e1873a4 commit b0f2d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/vme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit b0f2d7d

Please sign in to comment.