Re: 2.3.27 PATCH fixing unbalanced #endif in drivers/scsi/ini9100u.h

Adam J. Richter (adam@yggdrasil.com)
Fri, 12 Nov 1999 03:42:37 -0800


>> = Adam Richter
> = Alexander Viro

>> The subject line says it all. drivers/scsi/init9100u.h has an
>> unbalanced #endif. Here is a patch to make it compile.

>Wrong fix, actually. Correct one: remove extern and #endif (and don't
>include config.h, indeed).

Oops! You're right. I had thought that the proc filesystem data
structures were only defined if CONFIG_PROC_FS is set, but inspection
of include/linux/proc_fs.h releaved that that is not the case, so
this code should compile in all circumstances. For the convenience
of any other readers (and Linus?), I have attached the trivial patch
against 2.3.27 below.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

--- linux-2.3.27/drivers/scsi/ini9100u.h Thu Nov 11 17:04:12 1999
+++ linux/drivers/scsi/ini9100u.h Fri Nov 12 02:41:13 1999
@@ -85,7 +85,6 @@

extern int i91u_biosparam(Scsi_Disk *, kdev_t, int *); /*for linux v2.0 */
extern struct proc_dir_entry proc_scsi_ini9100u;
-#endif

#define i91u_REVID "Initio INI-9X00U/UW SCSI device driver; Revision: 1.03g"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/