Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] ipr: Make ipr_ioctl static

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>

authored by

Adrian Bunk and committed by
James Bottomley
bd705f2d ac719aba

+1 -1
+1 -1
drivers/scsi/ipr.c
··· 4837 4837 * Return value: 4838 4838 * 0 on success / other on failure 4839 4839 **/ 4840 - int ipr_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) 4840 + static int ipr_ioctl(struct scsi_device *sdev, int cmd, void __user *arg) 4841 4841 { 4842 4842 struct ipr_resource_entry *res; 4843 4843