summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorAndre Przywara <[email protected]>2022-07-13 17:21:44 +0100
committerAndre Przywara <[email protected]>2023-01-21 01:32:23 +0000
commitba16b531016d3c64612e99d00eb992355e91ab1e (patch)
tree4ff9aa01ce249cb32c081144039129450ec0b606 /include/linux/string.h
parent5db81f1cc8babfb0e0fa567fae87d7e64018cb9e (diff)
sunxi: mmc: group non-DM specific functions
As the SPL code for sunxi boards does not use the driver model, we have two mmc_ops structures, one for DM, one for non-DM. The actual hardware access code is shared, with the respective callback functions using that common code. To make this more obvious and easier to read, reorder the functions to group them: we first have the common code, then the non-DM bits, and the proper DM implementation at the end. Also document this structure in the comment at the beginning of the file. No functional change intended. Signed-off-by: Andre Przywara <[email protected]> Reviewed-by: Samuel Holland <[email protected]> Tested-by: Samuel Holland <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions