lkml.org 
[lkml]   [2002]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.5.44-ac1 : drivers/scsi/FlashPoint.c
Hello all,
This patch removes STATIC macro references.
Regards,
Frank

--- linux/drivers/scsi/FlashPoint.c.old Sat Oct 19 12:05:40 2002
+++ linux/drivers/scsi/FlashPoint.c Tue Oct 22 20:28:47 2002
@@ -2926,7 +2926,7 @@



-STATIC s16bits FP_PresenceCheck(PMGR_INFO pMgrInfo)
+static s16bits FP_PresenceCheck(PMGR_INFO pMgrInfo)
{
PMGR_ENTRYPNTS pMgr_EntryPnts = &pMgrInfo->mi_Functions;

@@ -2972,7 +2972,7 @@
* Description: Setup and/or Search for cards and return info to caller.
*
*---------------------------------------------------------------------*/
-STATIC s32bits probe_adapter(PADAPTER_INFO pAdapterInfo)
+static s32bits probe_adapter(PADAPTER_INFO pAdapterInfo)
{
u16bits temp,temp2,temp3,temp4;
u08bits i,j,id;
@@ -3324,7 +3324,7 @@
* Description: Setup adapter for normal operation (hard reset).
*
*---------------------------------------------------------------------*/
-STATIC CARD_HANDLE init_adapter(PADAPTER_INFO pCardInfo)
+static CARD_HANDLE init_adapter(PADAPTER_INFO pCardInfo)
{
PSCCBcard CurrCard;
PNVRamInfo pCurrNvRam;
@@ -3625,7 +3625,7 @@
* Function: GetDevSyncRate
*
*---------------------------------------------------------------------*/
-STATIC int GetDevSyncRate(PSCCBcard pCurrCard,PUCB p_ucb)
+static int GetDevSyncRate(PSCCBcard pCurrCard,PUCB p_ucb)
{
struct _SYNC_RATE_INFO * pSyncStr;
PSCCBMgr_tar_info currTar_Info;
@@ -3705,7 +3705,7 @@
* Function: SetDevSyncRate
*
*---------------------------------------------------------------------*/
-STATIC int SetDevSyncRate(PSCCBcard pCurrCard, PUCB p_ucb)
+static int SetDevSyncRate(PSCCBcard pCurrCard, PUCB p_ucb)
{
struct _SYNC_RATE_INFO * pSyncStr;
PSCCBMgr_tar_info currTar_Info;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:2.399 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site