Commit e7cb7d58 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] SCSI aic7xxx_old.c: make a function static

The patch below makes the needlessly global function aic7xxx_info 
static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 81b80fee
......@@ -1838,7 +1838,7 @@ aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded)
* Description:
* Return a string describing the driver.
*-F*************************************************************************/
const char *
static const char *
aic7xxx_info(struct Scsi_Host *dooh)
{
static char buffer[256];
......
......@@ -64,7 +64,7 @@ static char *aic7xxx_buffer = NULL;
* Description:
* Set parameters for the driver from the /proc filesystem.
*-F*************************************************************************/
int
static int
aic7xxx_set_info(char *buffer, int length, struct Scsi_Host *HBAptr)
{
proc_debug("aic7xxx_set_info(): %s\n", buffer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment