aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/mds_f.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-30 13:04:50 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 16:51:51 -0500
commit6261ab3a63e17009424a620ed2b6e30966ac72f4 (patch)
tree6a0b4f4f9854de4bbffe91d457e624478a30ad73 /drivers/staging/winbond/mds_f.h
parent54369cc69c4625e48838b15151a39e643d9b6ad8 (diff)
Staging: w35und: make functions local to mds.c static
The functions have no external references so make them static after shuffling the code around a bit to avoid forward declarations. Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'drivers/staging/winbond/mds_f.h')
-rw-r--r--drivers/staging/winbond/mds_f.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/winbond/mds_f.h b/drivers/staging/winbond/mds_f.h
index a3724ac6798..8109eba09ad 100644
--- a/drivers/staging/winbond/mds_f.h
+++ b/drivers/staging/winbond/mds_f.h
@@ -7,12 +7,8 @@
7unsigned char Mds_initial( struct wbsoft_priv *adapter ); 7unsigned char Mds_initial( struct wbsoft_priv *adapter );
8void Mds_Destroy( struct wbsoft_priv *adapter ); 8void Mds_Destroy( struct wbsoft_priv *adapter );
9void Mds_Tx( struct wbsoft_priv *adapter ); 9void Mds_Tx( struct wbsoft_priv *adapter );
10void Mds_HeaderCopy( struct wbsoft_priv *adapter, PDESCRIPTOR pDes, u8 *TargetBuffer );
11u16 Mds_BodyCopy( struct wbsoft_priv *adapter, PDESCRIPTOR pDes, u8 *TargetBuffer );
12void Mds_DurationSet( struct wbsoft_priv *adapter, PDESCRIPTOR pDes, u8 *TargetBuffer );
13void Mds_SendComplete( struct wbsoft_priv *adapter, PT02_DESCRIPTOR pT02 ); 10void Mds_SendComplete( struct wbsoft_priv *adapter, PT02_DESCRIPTOR pT02 );
14void Mds_MpduProcess( struct wbsoft_priv *adapter, PDESCRIPTOR pRxDes ); 11void Mds_MpduProcess( struct wbsoft_priv *adapter, PDESCRIPTOR pRxDes );
15void Mds_reset_descriptor( struct wbsoft_priv *adapter );
16extern void DataDmp(u8 *pdata, u32 len, u32 offset); 12extern void DataDmp(u8 *pdata, u32 len, u32 offset);
17 13
18 14