Blackfin SPI Driver: use bfin_spi_ prefix on all functions
authorMike Frysinger <vapier.adi@gmail.com>
Tue, 7 Apr 2009 02:00:50 +0000 (19:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:31:06 +0000 (08:31 -0700)
commit138f97cd06deddd53ad496ac1656917a7b486d24
tree5293937a99ace6917ecbffd38720c0b65dcef7bf
parentb9b2a76a4391cadb6d42da2ccf5e956c459acb72
Blackfin SPI Driver: use bfin_spi_ prefix on all functions

Do this because when things crash, we get simple names like "setup" and
"start_queue" which is pretty difficult to trace back to the real thing:
the spi driver

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/spi/spi_bfin5xx.c