Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd705f2d authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley
Browse files

[SCSI] ipr: Make ipr_ioctl static



This patch makes ipr_ioctl static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarBrian King <brking@us.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent ac719aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;