ide-proc.c , 2.1.79

Kostas Liakakis (kostas@rincewind.techpath.gr)
Sun, 18 Jan 1998 17:17:03 +0200 (EET)


The functions proc_ide_read_drivers() in ide-proc.c is defined inside an
#ifdef CONFIG_PCI/#endif. When CONFIG_PCI is not defined, compilation
fails.

-K.