--- linux-2.6.1-mm4/drivers/scsi/aha152x.c.orig 2004-01-16 16:26:09.018919528 +0100 +++ linux-2.6.1-mm4/drivers/scsi/aha152x.c 2004-01-16 16:26:42.661805032 +0100 @@ -3914,5 +3914,7 @@ .use_clustering = DISABLE_CLUSTERING, }; +#if !defined(PCMCIA) module_init(aha152x_init); module_exit(aha152x_exit); +#endif