2003-05-14 06:25:48

by Justin T. Gibbs

[permalink] [raw]
Subject: Re: [patch] aic7xxx build fix

> 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