Re: [PATCH] tap: make struct tap_fops static

From: David Miller
Date: Sun Aug 13 2017 - 23:11:20 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Sat, 12 Aug 2017 22:52:31 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> 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 <colin.king@xxxxxxxxxxxxx>

Applied.