From: Jason Wang Date: Tue, 18 Dec 2012 03:00:27 +0000 (+0800) Subject: tuntap: fix sparse warning X-Git-Tag: v3.8-rc1~40^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32649d1712b2e66d4ffebe0076561e15b598caf;p=pandora-kernel.git tuntap: fix sparse warning Make tun_enable_queue() static to fix the sparse warning: drivers/net/tun.c:399:19: sparse: symbol 'tun_enable_queue' was not declared. Should it be static? Reported-by: Fengguang Wu Signed-off-by: Jason Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed