init: Remove the BKL from startup code
authorArnd Bergmann <arnd@arndb.de>
Sat, 3 Jul 2010 22:02:26 +0000 (00:02 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Fri, 9 Jul 2010 13:40:32 +0000 (15:40 +0200)
I have shown by code review that no driver takes
the BKL at init time any more, so whatever the
init code was locking against is no longer there
and it is now safe to remove the BKL there.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Steven Rostedt <rostedt@goodmis>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>

No differences found