From 0df56d78d26ac1560bfe9ba65f354e50428ab525 Mon Sep 17 00:00:00 2001 From: Bhumika Goyal Date: Fri, 11 Mar 2016 15:53:57 +0530 Subject: Staging: rtl8712: Remove function r8712_setptm_cmd and r8712_gettssi_cmd The function r8712_setptm_cmd and r8712_gettssi_cmd are not used anywhere in the kernel so remove them. Also, remove their function prototypes. Signed-off-by: Bhumika Goyal Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8712/rtl871x_cmd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/staging/rtl8712/rtl871x_cmd.h') diff --git a/drivers/staging/rtl8712/rtl871x_cmd.h b/drivers/staging/rtl8712/rtl871x_cmd.h index 818cd88..e4a2a50 100644 --- a/drivers/staging/rtl8712/rtl871x_cmd.h +++ b/drivers/staging/rtl8712/rtl871x_cmd.h @@ -736,8 +736,6 @@ u8 r8712_setrfintfs_cmd(struct _adapter *padapter, u8 mode); u8 r8712_setrfreg_cmd(struct _adapter *padapter, u8 offset, u32 val); u8 r8712_setrttbl_cmd(struct _adapter *padapter, struct setratable_parm *prate_table); -u8 r8712_gettssi_cmd(struct _adapter *padapter, u8 offset, u8 *pval); -u8 r8712_setptm_cmd(struct _adapter *padapter, u8 type); u8 r8712_setfwdig_cmd(struct _adapter *padapter, u8 type); u8 r8712_setfwra_cmd(struct _adapter *padapter, u8 type); u8 r8712_addbareq_cmd(struct _adapter *padapter, u8 tid); -- cgit v1.1