OSDN Git Service
(root)
/
uclinux-h8
/
linux.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
3c32e08
..
2d83fbb
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;