On Sat, 2004-09-04 at 21:48, Christian T. Steigies wrote: > Your patch applies cleany to 2.6.8, but it does not compile... > This is from building an Amiga kernel, I unset CONFIG_CLEAN_COMPILE and set > CONFIG_SCSI_AMIGA7XX=y, there are a few other changes to the config which > stem from CLEAN_COMPILE I guess, but they are not related to the SCSI driver. > > CC drivers/scsi/53c7xx.o > drivers/scsi/53c7xx.c:2363:63: pasting "->" and "dsa_msgout_other" does not > give a valid preprocessing token > drivers/scsi/53c7xx.c:3344:52: pasting "->" and "dsa_msgout_other" does not > give a valid preprocessing token > drivers/scsi/53c7xx.c: In function `NCR53c7xx_queue_command': > drivers/scsi/53c7xx.c:3599: warning: use of cast expressions as lvalues is > deprecated > make[4]: *** [drivers/scsi/53c7xx.o] Error 1 > > Is your patch only for 2.6.7, or do I have to change something else to make > this compile?
No, it's relative to CVS-current, but I thought these "pasting" things were warnings, not errors. gcc-2.95.4 doesn't complain about them, I'll see if I can fix it. Expect a new patch from me soon. Kind regards, Kars.