[SCSI] drivers/scsi/aacraid/: make some functions static

This patch makes some needlessly global functions static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Adrian Bunk
2005-04-25 19:45:58 -07:00
committed by James Bottomley
parent 47b5d69c4a
commit 4833869e6e
7 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -405,7 +405,7 @@ static int check_revision(struct aac_dev *dev, void __user *arg)
*
*/
int aac_send_raw_srb(struct aac_dev* dev, void __user * arg)
static int aac_send_raw_srb(struct aac_dev* dev, void __user * arg)
{
struct fib* srbfib;
int status;
@@ -625,7 +625,7 @@ struct aac_pci_info {
};
int aac_get_pci_info(struct aac_dev* dev, void __user *arg)
static int aac_get_pci_info(struct aac_dev* dev, void __user *arg)
{
struct aac_pci_info pci_info;