]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
VME: Remove shutdown entry from vme_driver
authorMartyn Welch <martyn@welchs.me.uk>
Sat, 3 Dec 2016 23:45:01 +0000 (23:45 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 10:03:22 +0000 (11:03 +0100)
commit8d7cc7adcec55bfeb28cc2dc58b996c95f180337
tree2ca881636fec8b105fdbcab0ff2b45dba2d22504
parente073462966b26977b26937c5fc93b4fb24f04fef
VME: Remove shutdown entry from vme_driver

The vme_driver structure currently has a "shutdown" entry. This entry is
never used, it lacks the correct parameter (it should be providing a
pointer to the relevant vme_dev struct to even *look* usable), the VME
subsystem currently doesn't provide support for shutdown functions and no
in-tree drivers use it (hardly surprising, given it'd never be called).

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