From: Bartlomiej Zolnierkiewicz Date: Wed, 9 May 2007 22:01:09 +0000 (+0200) Subject: ide: make /proc/ide/ optional X-Git-Tag: v2.6.22-rc1~138^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecfd80e4a514123070b4cfb674b817ba75055df2;p=pandora-kernel.git ide: make /proc/ide/ optional All important information/features should be already available through sysfs and ioctl interfaces. Add CONFIG_IDE_PROC_FS (CONFIG_SCSI_PROC_FS rip-off) config option, disabling it makes IDE driver ~5 kB smaller (on x86-32). While at it add CONFIG_PROC_FS=n versions of proc_ide_{create,destroy}() and remove no longer needed #ifdefs. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed