projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac719ab
)
[SCSI] ipr: Make ipr_ioctl static
author
Adrian Bunk
<bunk@stusta.de>
Tue, 21 Nov 2006 16:28:48 +0000
(10:28 -0600)
committer
James 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
patch
|
blob
|
history
diff --git
a/drivers/scsi/ipr.c
b/drivers/scsi/ipr.c
index 3c32e08e71c1c07fc35b370273258bd9d48fbf4b..2d83fbb806a5dde949e08d90c8f58ea8a7b353dc 100644
(file)
--- a/
drivers/scsi/ipr.c
+++ b/
drivers/scsi/ipr.c
@@
-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;