Re: [U-Boot] [PATCH] mmc: uniphier-sd: add static qualifiers to probe and remove callbacks

2016-08-27 Thread Masahiro Yamada
2016-08-12 19:19 GMT+09:00 Masahiro Yamada : > They are both only referenced in this file. > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http

[U-Boot] [PATCH] mmc: uniphier-sd: add static qualifiers to probe and remove callbacks

2016-08-12 Thread Masahiro Yamada
They are both only referenced in this file. Signed-off-by: Masahiro Yamada --- drivers/mmc/uniphier-sd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/uniphier-sd.c b/drivers/mmc/uniphier-sd.c index 2a48378..f06e737 100644 --- a/drivers/mmc/uniphier-sd.c ++