[SCSI] scsi: remove hosts.h

Remove the obsolete hosts.h file under drivers/scsi.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Henne
2006-10-04 10:22:09 +02:00
committed by James Bottomley
parent c127828936
commit de77aaff5f
5 changed files with 2 additions and 11 deletions

View File

@ -182,14 +182,8 @@
#include <linux/dma-mapping.h>
#include <scsi/sg.h>
#include "scsi.h"
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,0)
#include "hosts.h"
#else
#include <scsi/scsi_host.h>
#endif
#include "ips.h"