summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ufs/tc-dwc-g210-pci.c
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2022-04-19 15:58:08 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2022-04-25 23:23:04 -0400
commit3f06f7800b80462e8f6aadade6bb823496204e06 (patch)
treed2258fcce9c9e7c8da6b3891ce8a4f0b99954e37 /drivers/scsi/ufs/tc-dwc-g210-pci.c
parentcff91daf52d364d0d84fa47b489abcfd4eb19bb9 (diff)
downloadlinux-3f06f7800b80462e8f6aadade6bb823496204e06.tar.bz2
scsi: ufs: Minimize #include directives
Follow the convention that is used elsewhere in the Linux kernel source code and only include those headers of which the declarations are used directly. Link: https://lore.kernel.org/r/20220419225811.4127248-26-bvanassche@acm.org Tested-by: Bean Huo <beanhuo@micron.com> Reviewed-by: Bean Huo <beanhuo@micron.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/ufs/tc-dwc-g210-pci.c')
-rw-r--r--drivers/scsi/ufs/tc-dwc-g210-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ufs/tc-dwc-g210-pci.c b/drivers/scsi/ufs/tc-dwc-g210-pci.c
index 7b08e2e07cc5..e635c211c783 100644
--- a/drivers/scsi/ufs/tc-dwc-g210-pci.c
+++ b/drivers/scsi/ufs/tc-dwc-g210-pci.c
@@ -11,6 +11,7 @@
#include "ufshcd-dwc.h"
#include "tc-dwc-g210.h"
+#include <linux/module.h>
#include <linux/pci.h>
#include <linux/pm_runtime.h>