Re: [PATCH] compile out scsi_ioctl when no SCSI/IDE/etc. (take 3)

2005-04-11 Thread Matt Mackall
On Mon, Apr 11, 2005 at 05:50:08PM +0200, Fillod Stephane wrote: > Hi Matt and everyone, > > I fixed again my previous patch (take2): > > * CDROM_PKTCDVD draws dependency > > * removing SCSI_IOCTL from displayed options, > as suggested by Milton Miller. > > * rewrote ifdefs in the middle of

[PATCH] compile out scsi_ioctl when no SCSI/IDE/etc. (take 3)

2005-04-11 Thread Fillod Stephane
Hi Matt and everyone, I fixed again my previous patch (take2): * CDROM_PKTCDVD draws dependency * removing SCSI_IOCTL from displayed options, as suggested by Milton Miller. * rewrote ifdefs in the middle of ide.c functions as dummy function in header, as suggested by Matthew Wilcox. Mat