From 35daeede227051e7fe91aee33d57dd7b0077e660 Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Fri, 27 Feb 2015 15:47:26 +0800 Subject: [PATCH] mmc: sdhci-dove: kill the driver specific private struct There is only one "clk" member in this driver specific private struct. Actually we can use the "clk" member in the struct sdhci_pltfm_host, and then kill this struct completely. Signed-off-by: Kevin Hao Signed-off-by: Ulf Hansson --- Reading git-format-patch failed