2006-11-20 02:29:05

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] drivers/scsi/ipr.c: make 2 functions static

This patch makes two needlessly global functions static.

Signed-off-by: Adrian Bunk <[email protected]>

---

drivers/scsi/ipr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.19-rc5-mm2/drivers/scsi/ipr.c.old 2006-11-20 00:50:09.000000000 +0100
+++ linux-2.6.19-rc5-mm2/drivers/scsi/ipr.c 2006-11-20 00:50:28.000000000 +0100
@@ -4615,7 +4615,7 @@
* 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;

@@ -4655,7 +4655,7 @@
* Return value:
* EH_NOT_HANDLED
**/
-enum scsi_eh_timer_return ipr_scsi_timed_out(struct scsi_cmnd *scsi_cmd)
+static enum scsi_eh_timer_return ipr_scsi_timed_out(struct scsi_cmnd *scsi_cmd)
{
struct ipr_ioa_cfg *ioa_cfg;
struct ipr_cmnd *ipr_cmd;


2006-11-20 14:36:11

by Brian King

[permalink] [raw]
Subject: Re: [2.6 patch] drivers/scsi/ipr.c: make 2 functions static

I'll merge this into a patchset I am working on for 2.6.20, since it
conflicts with another change I am making.

Thanks,

Brian

Adrian Bunk wrote:
> This patch makes two needlessly global functions static.
>
> Signed-off-by: Adrian Bunk <[email protected]>
>
> ---
>
> drivers/scsi/ipr.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- linux-2.6.19-rc5-mm2/drivers/scsi/ipr.c.old 2006-11-20 00:50:09.000000000 +0100
> +++ linux-2.6.19-rc5-mm2/drivers/scsi/ipr.c 2006-11-20 00:50:28.000000000 +0100
> @@ -4615,7 +4615,7 @@
> * 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;
>
> @@ -4655,7 +4655,7 @@
> * Return value:
> * EH_NOT_HANDLED
> **/
> -enum scsi_eh_timer_return ipr_scsi_timed_out(struct scsi_cmnd *scsi_cmd)
> +static enum scsi_eh_timer_return ipr_scsi_timed_out(struct scsi_cmnd *scsi_cmd)
> {
> struct ipr_ioa_cfg *ioa_cfg;
> struct ipr_cmnd *ipr_cmd;
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html


--
Brian King
eServer Storage I/O
IBM Linux Technology Center