From: Johannes Berg Date: Tue, 12 May 2009 06:36:43 +0000 (+0200) Subject: wext: remove seq_start/stop sparse annotations X-Git-Tag: v2.6.31-rc1~330^2~387^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7eef3563cb3f05e7f0db992716c514af6f4d089;p=pandora-kernel.git wext: remove seq_start/stop sparse annotations Even though they are true, they cause sparse to complain because it doesn't see the __acquires(dev_base_lock) on dev_seq_start() because it is only added to the function in net/core/dev.c, not the header file. To keep track of the nesting correctly we should probably annotate those functions publically, but for now let's just remove the annotation I added to wext. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed