diff options
author | 2021-05-09 14:38:17 -0700 | |
---|---|---|
committer | 2021-05-21 16:07:23 -0400 | |
commit | b592d66235f5f7c2191cc0348468b343c17c3977 (patch) | |
tree | 46fbc4571285b52cb2fdf736bb53d39bcbf20dbc /drivers/target/target_core_user.c | |
parent | scsi: 3w-9xxx: Fix endianness issues in command packets (diff) | |
download | wireguard-linux-b592d66235f5f7c2191cc0348468b343c17c3977.tar.xz wireguard-linux-b592d66235f5f7c2191cc0348468b343c17c3977.zip |
scsi: ufs: ufs-exynos: Move definitions from .h to .c
In the Linux kernel definitions of data structures should occur in .c
files. Hence move the exynos7_uic_attr definition from a .h into a .c
file. Additionally, declare exynos_ufs_drvs static. This patch fixes the
following two sparse warnings:
drivers/scsi/ufs/ufs-exynos.h:248:28: warning: symbol 'exynos_ufs_drvs' was not declared. Should it be static?
drivers/scsi/ufs/ufs-exynos.h:250:28: warning: symbol 'exynos7_uic_attr' was not declared. Should it be static?
Link: https://lore.kernel.org/r/20210509213817.4348-1-bvanassche@acm.org
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: Kiwoong Kim <kwmad.kim@samsung.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/target/target_core_user.c')
0 files changed, 0 insertions, 0 deletions