]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SCSI] ipr: Make ipr_ioctl static
authorAdrian Bunk <bunk@stusta.de>
Tue, 21 Nov 2006 16:28:48 +0000 (10:28 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Wed, 22 Nov 2006 18:22:17 +0000 (12:22 -0600)
This patch makes ipr_ioctl static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ipr.c

index 3c32e08e71c1c07fc35b370273258bd9d48fbf4b..2d83fbb806a5dde949e08d90c8f58ea8a7b353dc 100644 (file)
@@ -4837,7 +4837,7 @@ static int ipr_queuecommand(struct scsi_cmnd *scsi_cmd,
  * 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;