From: Colin King <[email protected]> Date: Sat, 12 Aug 2017 22:52:31 +0100
> From: Colin Ian King <[email protected]> > > The structure tap_fops is local to the source and does not need to > be in global scope, so make it static. > > Cleans up sparse warning: > symbol 'tap_fops' was not declared. Should it be static? > > Signed-off-by: Colin Ian King <[email protected]> Applied.
