projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1873a4
)
VME: Remove node entry from vme_driver
author
Martyn Welch
<martyn@welchs.me.uk>
Sat, 10 Dec 2016 23:10:41 +0000
(23:10 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 11 Jan 2017 08:21:41 +0000
(09:21 +0100)
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>
include/linux/vme.h
patch
|
blob
|
history
diff --git
a/include/linux/vme.h
b/include/linux/vme.h
index
8c58917
..
ec5e8bf
100644
(file)
--- 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 *);