On Tue, 2019-11-05 at 20:42 -0800, Bart Van Assche wrote: > Since the code in qla_init.c is initiator code, remove the SCSI > target > core include directive. > > Cc: Himanshu Madhani <hmadhani@xxxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/scsi/qla2xxx/qla_init.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/qla2xxx/qla_init.c > b/drivers/scsi/qla2xxx/qla_init.c > index 7cb7545de962..c1004d47514c 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" > > /* Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>