diff options
| author | Yaniv Gardi <ygardi@codeaurora.org> | 2015-02-09 10:33:20 +0200 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 10:58:52 -0700 |
| commit | 741bd793f5a2bd326bbaeab99d917184d5dddf1f (patch) | |
| tree | d7e8db0a297787f2e1f3cb661414810441846472 /include/linux/phy | |
| parent | 832a53931ee6cdadd0cb6abcfb5303fc01991738 (diff) | |
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 <ygardi@codeaurora.org>
[subhashj@codeaurora.org: resolved merge conflicts]
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
[venkatg@codeaurora.org: fixed header includes and other
trivial merge conflicts]
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
Diffstat (limited to 'include/linux/phy')
| -rw-r--r-- | include/linux/phy/phy-qcom-ufs.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 <linux/scsi/ufs/ufshcd.h> -#include <linux/scsi/ufs/unipro.h> -#include <linux/scsi/ufs/ufs-qcom.h> +#include "phy.h" /** * ufs_qcom_phy_enable_ref_clk() - Enable the phy |
