wext: remove seq_start/stop sparse annotations
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 12 May 2009 06:36:43 +0000 (08:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 May 2009 19:44:40 +0000 (15:44 -0400)
commitf7eef3563cb3f05e7f0db992716c514af6f4d089
tree97a4215b4d9ebe86aa2cca111d599849a15efc54
parentfaa8fdc85347cc76d87b43ea718785661c54f656
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/wext.c