export-objs is gone in 2.5.60.
> +scsi_mod-objs += scsicam98.o
umm, if you change stuff slightly cam isn't cam anymore..
> +/* For PC-9800 architecture support */
> +extern struct scsi_device *sd_find_params_by_bdev(struct block_device *, char **, sector_t *);
> +EXPORT_SYMBOL(sd_find_params_by_bdev);
this is never going to get in, sorry.
>
> /* override with calculated, extended default, or driver values */
> - if (host->hostt->bios_param)
> + if (!pc98 && host->hostt->bios_param)
please implement a proper pc98 ->bios_param method instead of messing
with the generic code.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/