commit | e3c794e2faf34a025a3975883440fcacf110ebb6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 04 13:31:23 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Tue Aug 01 11:58:01 2017 +0900 |
tree | f87b4ab41897a9ae9cf6a22192bb6f02e6ac39da | |
parent | bfc1c6b4838501d10aa48c0e92eaf70976f4b2dd [diff] |
dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv Use the driver-model naming convention for this structure. It is data private to the driver. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>