From 741bd793f5a2bd326bbaeab99d917184d5dddf1f Mon Sep 17 00:00:00 2001 From: Yaniv Gardi Date: Mon, 9 Feb 2015 10:33:20 +0200 Subject: scsi: ufs: minimize exposure of ufs header files Until now, the phy-qcom-ufs-*.* files used ufs data structures and macros and thus, we had to expose most of them in include/linux/scsi/ufs path. But now, after removing support for phy 28nm in apq8084 under kernel 3.14, we can minimize the exposure of code to essential minimum. To do that, we relocate the ufs.h, unipro.h, ufshcd.h and ufs-qcom.h files back to reside internally in the driver. Also this patch contains some very minor changes suggested by the upstream checkpatch script. Change-Id: Id2a923a6a0b1c76565c25f2797a666f3a0d1315f Signed-off-by: Yaniv Gardi [subhashj@codeaurora.org: resolved merge conflicts] Signed-off-by: Subhash Jadavani [venkatg@codeaurora.org: fixed header includes and other trivial merge conflicts] Signed-off-by: Venkat Gopalakrishnan --- include/linux/phy/phy-qcom-ufs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/linux/phy') diff --git a/include/linux/phy/phy-qcom-ufs.h b/include/linux/phy/phy-qcom-ufs.h index e0695a9a8bec..97554cfe2512 100644 --- a/include/linux/phy/phy-qcom-ufs.h +++ b/include/linux/phy/phy-qcom-ufs.h @@ -15,9 +15,7 @@ #ifndef PHY_QCOM_UFS_H_ #define PHY_QCOM_UFS_H_ -#include -#include -#include +#include "phy.h" /** * ufs_qcom_phy_enable_ref_clk() - Enable the phy -- cgit v1.2.3