]> git.neil.brown.name Git - history.git/commit
[PATCH] fix drivers/ide/pci/siimage.c for PROC_FS=n
authorBartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl>
Mon, 20 Oct 2003 09:49:55 +0000 (02:49 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 20 Oct 2003 09:49:55 +0000 (02:49 -0700)
commitbf4b83e5f4484c4398ea4c1a0cf8ff962fbfe7d6
treeb0fe01f7a20906409e46b5cee30318e8c9d4fd18
parent740ba8b9a34d5d69228b2978460673e38bd14d81
[PATCH] fix drivers/ide/pci/siimage.c for PROC_FS=n

From: "Noah J. Misch" <noah@caltech.edu>

The Silicon Image driver is not building properly when CONFIG_PROC_FS is unset.
This patch corrects that problem.  It appears as though several utility
functions at the top of drivers/ide/pci/siimage.c that the driver always needs
accidentally fell within an #ifdef CONFIG_PROC_FS.  I also removed an excess
include while I noticed it.
drivers/ide/pci/siimage.c