All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: Remove unused functions
@ 2016-03-11 10:23 Bhumika Goyal
  2016-03-11 10:23 ` [PATCH 1/3] Staging: rtl8712: Remove function r8712_SetTxAGCOffset and mp_start_joinbss Bhumika Goyal
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bhumika Goyal @ 2016-03-11 10:23 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Bhumika Goyal

This patchset removes some unused functions and their prototypes since
they are not being called anywhere in the kernel.
Grepped to find the occurences.

Bhumika Goyal (3):
  Staging: rtl8712: Remove function r8712_SetTxAGCOffset and
    mp_start_joinbss
  Staging: rtl8188eu: Remove function rtw_freq2ch
  Staging: rtl8712: Remove function r8712_setptm_cmd and
    r8712_gettssi_cmd

 drivers/staging/rtl8188eu/core/rtw_rf.c    | 17 -----------
 drivers/staging/rtl8188eu/include/rtw_rf.h |  1 -
 drivers/staging/rtl8712/rtl871x_cmd.c      | 47 ------------------------------
 drivers/staging/rtl8712/rtl871x_cmd.h      |  2 --
 drivers/staging/rtl8712/rtl871x_mp.c       | 12 --------
 drivers/staging/rtl8712/rtl871x_mp.h       |  1 -
 drivers/staging/rtl8712/rtl871x_mp_ioctl.c | 16 ----------
 drivers/staging/rtl8712/rtl871x_mp_ioctl.h |  2 --
 8 files changed, 98 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-11 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11 10:23 [PATCH 0/3] Staging: Remove unused functions Bhumika Goyal
2016-03-11 10:23 ` [PATCH 1/3] Staging: rtl8712: Remove function r8712_SetTxAGCOffset and mp_start_joinbss Bhumika Goyal
2016-03-11 18:33   ` [Outreachy kernel] " Greg KH
2016-03-11 10:23 ` [PATCH 2/3] Staging: rtl8188eu: Remove function rtw_freq2ch Bhumika Goyal
2016-03-11 10:23 ` [PATCH 3/3] Staging: rtl8712: Remove function r8712_setptm_cmd and r8712_gettssi_cmd Bhumika Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.