commit | a3a56aee5001390bb6073ea9b74e5b0f9a918789 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Thu Jul 06 16:15:23 2017 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Aug 30 14:01:29 2017 +0200 |
tree | e70b7f1cef7483144a5262b3bc6cac4e5733be33 | |
parent | 292876ef567518cbfc45b446298458c8b9ce7cb7 [diff] |
mmc: sdhci-xenon: remove pointless struct xenon_priv *priv It was never used and leave a long standing compile warning: drivers/mmc/host/sdhci-xenon.c: In function 'xenon_probe': drivers/mmc/host/sdhci-xenon.c:447:21: warning: variable 'priv' set but not used [-Wunused-but-set-variable] Remove it to fix the warning. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>