summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/mds_f.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-30 19:04:50 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:51:51 -0800
commit6261ab3a63e17009424a620ed2b6e30966ac72f4 (patch)
tree6a0b4f4f9854de4bbffe91d457e624478a30ad73 /drivers/staging/winbond/mds_f.h
parent54369cc69c4625e48838b15151a39e643d9b6ad8 (diff)
downloadop-kernel-dev-6261ab3a63e17009424a620ed2b6e30966ac72f4.zip
op-kernel-dev-6261ab3a63e17009424a620ed2b6e30966ac72f4.tar.gz
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 a3724ac..8109eba 100644
--- a/drivers/staging/winbond/mds_f.h
+++ b/drivers/staging/winbond/mds_f.h
@@ -7,12 +7,8 @@
unsigned char Mds_initial( struct wbsoft_priv *adapter );
void Mds_Destroy( struct wbsoft_priv *adapter );
void Mds_Tx( struct wbsoft_priv *adapter );
-void Mds_HeaderCopy( struct wbsoft_priv *adapter, PDESCRIPTOR pDes, u8 *TargetBuffer );
-u16 Mds_BodyCopy( struct wbsoft_priv *adapter, PDESCRIPTOR pDes, u8 *TargetBuffer );
-void Mds_DurationSet( struct wbsoft_priv *adapter, PDESCRIPTOR pDes, u8 *TargetBuffer );
void Mds_SendComplete( struct wbsoft_priv *adapter, PT02_DESCRIPTOR pT02 );
void Mds_MpduProcess( struct wbsoft_priv *adapter, PDESCRIPTOR pRxDes );
-void Mds_reset_descriptor( struct wbsoft_priv *adapter );
extern void DataDmp(u8 *pdata, u32 len, u32 offset);
OpenPOWER on IntegriCloud