diff options
author | Bart Van Assche <[email protected]> | 2019-11-05 20:42:25 -0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-11-08 21:21:18 -0500 |
commit | 47140a20a8198192af9957dc8bb8f7c8e578b5a9 (patch) | |
tree | 3986ee50e7f74e3329275220b3845422367d5bbf | |
parent | b3f74568411b2df0806e0d1df6458cb270eb29ce (diff) |
scsi: qla2xxx: Remove an include directive
Since the code in qla_init.c is initiator code, remove the SCSI target core
include directive.
Cc: Himanshu Madhani <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Martin Wilck <[email protected]>
Acked-by: Himanshu Madhani <[email protected]>
Signed-off-by: Bart Van Assche <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 6bb4ddd90b6e..cefd05483e1f 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -17,7 +17,6 @@ #include <asm/prom.h> #endif -#include <target/target_core_base.h> #include "qla_target.h" /* |