Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c
authorRobin Getz <robin.getz@analog.com>
Thu, 11 Mar 2010 19:26:38 +0000 (19:26 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 21 May 2010 13:40:18 +0000 (09:40 -0400)
Now that the split traps code has moved all the verbose output to the
trace.c file, we can unify all the CONFIG_DEBUG_VERBOSE handling.  This
gets rid of much of the crappy ifdef forest and enables usage of normal
pr_xxx functions so checkpatch stops complaining.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found