summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/phy_calibration.h
diff options
context:
space:
mode:
authorIker Pedrosa <ikerpedrosam@gmail.com>2013-08-05 11:58:29 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-12 14:55:49 -0700
commit717d812fb2b99c12eb5bea6dd55d0a24f9542e14 (patch)
tree7959b3fd567e89002f77a1ff4acd16c47fe0d67c /drivers/staging/winbond/phy_calibration.h
parent5cca8c013904e3ce313b71ebdd2b29ea44d60913 (diff)
Staging: winbond: wb35reg: avoided use of extern function
Prototype of a function added to the header to avoid the use of extern. Signed-off-by: Iker Pedrosa <ikerpedrosam@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/winbond/phy_calibration.h')
-rw-r--r--drivers/staging/winbond/phy_calibration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/winbond/phy_calibration.h b/drivers/staging/winbond/phy_calibration.h
index 84f6e840a47..78fc6805860 100644
--- a/drivers/staging/winbond/phy_calibration.h
+++ b/drivers/staging/winbond/phy_calibration.h
@@ -79,6 +79,7 @@
#define SHIFT_IQCAL_TONE_Q(x) ((x) >> 13)
void phy_set_rf_data(struct hw_data *pHwData, u32 index, u32 value);
+void phy_calibration_winbond(struct hw_data *phw_data, u32 frequency);
#define phy_init_rf(_A) /* RFSynthesizer_initial(_A) */
#endif