summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/mto_f.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-03-20 15:38:05 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-03-20 15:38:05 +1100
commitdebd9c0359e33f23ef54533d370b03516d54d4a5 (patch)
tree268bc28ce02382c58aa6a14b0f1012c839696ca7 /drivers/staging/winbond/mto_f.h
parentc2ced7afe298f12721337baee6b10cbc56da5c8b (diff)
parent5e2d7851a34c18f03ed2fd1c0784a54dca44460c (diff)
Merge branch 'quilt/staging'
Conflicts: drivers/gpu/drm/Makefile
Diffstat (limited to 'drivers/staging/winbond/mto_f.h')
-rw-r--r--drivers/staging/winbond/mto_f.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/staging/winbond/mto_f.h b/drivers/staging/winbond/mto_f.h
deleted file mode 100644
index 81f59137c6d6..000000000000
--- a/drivers/staging/winbond/mto_f.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __WINBOND_MTO_F_H
-#define __WINBOND_MTO_F_H
-
-#include "core.h"
-
-extern void MTO_Init(struct wbsoft_priv *);
-extern void MTO_PeriodicTimerExpired(struct wbsoft_priv *);
-extern void MTO_SetDTORateRange(struct wbsoft_priv *, u8 *, u8);
-extern u8 MTO_GetTxRate(MTO_FUNC_INPUT, u32 fpdu_len);
-extern u8 MTO_GetTxFallbackRate(MTO_FUNC_INPUT);
-extern void MTO_SetTxCount(MTO_FUNC_INPUT, u8 t0, u8 index);
-
-#endif