Blackfin: cleanup module section checking
commit459fec9073bca854badc1a719f7c12f5162d0edd
authorMike Frysinger <vapier@gentoo.org>
Fri, 26 Jun 2009 00:48:33 +0000 (26 00:48 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 01:28:51 +0000 (16 21:28 -0400)
treea6412220a4a2802f4b43c282c14facc1d197a02a
parent70deca9f9ca99e7a5fb88b9e4cb18e5eb1b79120
Blackfin: cleanup module section checking

The current module section handling code has a lot of verbose statements
copied and pasted throughout which makes it pretty hard to digest at a
glance.  By unifying all of these up front, it is a lot easier to quickly
get an idea of what is actually going on.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/module.c