dm: spi: Make local functions static
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:05 +0000 (15:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:27 +0000 (17:39 -0600)
commit6f849c3012b794302112eb07b0be85388e075ba3
tree6a8f85fed2bcbc4a977b6f032a93c2076b310d25
parent6c51df6859fa666d494980f4aa2f19c932898ec1
dm: spi: Make local functions static

Several functions in this file should be marked as static. Update them.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/spi-uclass.c