From: Adrian Bunk <bunk@xxxxxxxxx> This patch makes ipr_ioctl static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Brian King <brking@xxxxxxxxxx> --- linux-2.6-bjking1/drivers/scsi/ipr.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/ipr.c~ipr_static_ioctl drivers/scsi/ipr.c --- linux-2.6/drivers/scsi/ipr.c~ipr_static_ioctl 2006-11-20 08:54:05.000000000 -0600 +++ linux-2.6-bjking1/drivers/scsi/ipr.c 2006-11-20 08:54:05.000000000 -0600 @@ -4837,7 +4837,7 @@ static int ipr_queuecommand(struct scsi_ * Return value: * 0 on success / other on failure **/ -int ipr_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) +static int ipr_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) { struct ipr_resource_entry *res; _ - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html