> drivers/scsi/aic7xxx/aic7xxx_osm.c:147: warning: `errno' defined but not used
> drivers/scsi/aic7xxx/aic79xx_osm.c:68: warning: `errno' defined but not used
>
> and it uses -Werror.
Actually, the __KERNEL_SYSCALLS__ and unistd.h includes can go too.
The errno stuff was a leftover from when the driver used waitpid.
--
Justin