Merge branch 'dev_close-void'
authorDavid S. Miller <[email protected]>
Wed, 19 Jul 2017 23:45:16 +0000 (16:45 -0700)
committerDavid S. Miller <[email protected]>
Wed, 19 Jul 2017 23:45:16 +0000 (16:45 -0700)
Stephen Hemminger says:

====================
net: make dev_close void

Noticed while working on other changes. Why is dev_close()
returning int, it should be void.  Should also change
ndo_close to be void, but that requires more work and someone
with more coccinelle foo (smpl) than me.
====================

Signed-off-by: David S. Miller <[email protected]>

Trivial merge