X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fscsi%2Fppa.h;h=ba8021427b884ea7942d1deb8084b30b8aaeb1f1;hb=refs%2Fheads%2Fvserver;hp=7bb2776118235ea28646f5eceb893c95998b62ac;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/scsi/ppa.h b/drivers/scsi/ppa.h index 7bb277611..ba8021427 100644 --- a/drivers/scsi/ppa.h +++ b/drivers/scsi/ppa.h @@ -2,7 +2,7 @@ * the Iomega ZIP drive * * (c) 1996 Grant R. Guenther grant@torque.net - * David Campbell campbell@torque.net + * David Campbell * * All comments to David. */ @@ -73,7 +73,6 @@ */ /* ------ END OF USER CONFIGURABLE PARAMETERS ----- */ -#include #include #include #include @@ -86,7 +85,7 @@ #include #include -#include "hosts.h" +#include /* batteries not included :-) */ /* @@ -146,6 +145,6 @@ static char *PPA_MODE_STRING[] = #define w_ctr(x,y) outb(y, (x)+2) #endif -static int ppa_engine(ppa_struct *, Scsi_Cmnd *); +static int ppa_engine(ppa_struct *, struct scsi_cmnd *); #endif /* _PPA_H */