summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wb35reg_f.h
diff options
context:
space:
mode:
authorPekka Enberg2009-12-18 22:08:18 +0100
committerGreg Kroah-Hartman2010-03-04 01:42:32 +0100
commit440a233db4c117f34397abd3722d5802fe1b8c30 (patch)
tree26703713ffe53f0a63ffeeeefc652eb6a957541f /drivers/staging/winbond/wb35reg_f.h
parentStaging: w35und: Remove unused typedef _EVENTLOG (diff)
downloadkernel-qcow2-linux-440a233db4c117f34397abd3722d5802fe1b8c30.tar.gz
kernel-qcow2-linux-440a233db4c117f34397abd3722d5802fe1b8c30.tar.xz
kernel-qcow2-linux-440a233db4c117f34397abd3722d5802fe1b8c30.zip
Staging: w35und: Convert typedef ChanInfo to struct chan_info
Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/wb35reg_f.h')
-rw-r--r--drivers/staging/winbond/wb35reg_f.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/winbond/wb35reg_f.h b/drivers/staging/winbond/wb35reg_f.h
index 30f5b5ad63ad..d352bce5c171 100644
--- a/drivers/staging/winbond/wb35reg_f.h
+++ b/drivers/staging/winbond/wb35reg_f.h
@@ -14,7 +14,7 @@ void Dxx_initial( struct hw_data * pHwData );
void Mxx_initial( struct hw_data * pHwData );
void RFSynthesizer_initial( struct hw_data * pHwData );
//void RFSynthesizer_SwitchingChannel( struct hw_data * pHwData, s8 Channel );
-void RFSynthesizer_SwitchingChannel( struct hw_data * pHwData, ChanInfo Channel );
+void RFSynthesizer_SwitchingChannel( struct hw_data * pHwData, struct chan_info Channel );
void BBProcessor_initial( struct hw_data * pHwData );
void BBProcessor_RateChanging( struct hw_data * pHwData, u8 rate ); // 20060613.1
//void RF_RateChanging( struct hw_data * pHwData, u8 rate ); // 20060626.5.c Add