Re: [PATCH] advansys: fix compilation errors and warnings when CONFIG_PCI is not set

2015-06-05 Thread Hannes Reinecke
On 06/03/2015 09:56 AM, Johannes Thumshirn wrote: > Fix compilation errors on forgotten #include and warnings > when > CONFIG_PCI is not set. > > Reported-by: Jim Davis > Signed-off-by: Johannes Thumshirn > --- > drivers/scsi/advansys.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion

[PATCH] advansys: fix compilation errors and warnings when CONFIG_PCI is not set

2015-06-03 Thread Johannes Thumshirn
Fix compilation errors on forgotten #include and warnings when CONFIG_PCI is not set. Reported-by: Jim Davis Signed-off-by: Johannes Thumshirn --- drivers/scsi/advansys.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c i