]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: spi: Make local functions static
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:05 +0000 (15:39 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:53 +0000 (13:48 +0200)
commit66c79e4a8e80a302e329cb903383f7184f9cb7e5
tree6faaf3d69016d50ffd32cad3f75ce0c7d729061b
parent31539cfec10b2cab3e526521d297ab23a12973db
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