]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: mmc: Add 'sunxi_' prefix to the static functions
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Sat, 31 Jan 2015 22:42:14 +0000 (00:42 +0200)
committerHans de Goede <hdegoede@redhat.com>
Mon, 2 Feb 2015 13:04:28 +0000 (14:04 +0100)
commit5abdb156bb5c2685744be3620c4bdb1875bd81ce
treed24f27d5a2ff72bd82437b411c52674d3cdae8a1
parent47e3501a76894f4ba08bc61f33774bd5d39ff464
sunxi: mmc: Add 'sunxi_' prefix to the static functions

This results in a much more readable callgraph, because now they
can't be confused with the function having exactly the same name
in the generic mmc code.

Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/mmc/sunxi_mmc.c