2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 05:34:00 +08:00
linux-next/drivers/staging/rtl8192u
Ana Rey f6bd19e0ae staging: rtl8192u: make in r8180_93cx6.c some local functions static
Make some local functions (eprom_cs, eprom_ck_cycle, eprom_w, eprom_r
and eprom_send_bits_string) static

Fix the following sparse warnings in r8180_93cx6.c

drivers/staging/rtl8192u/r8180_93cx6.c:23:6: warning: symbol 'eprom_cs' was not declared. Should it be static?
drivers/staging/rtl8192u/r8180_93cx6.c:40:6: warning: symbol 'eprom_ck_cycle' was not declared. Should it be static?
drivers/staging/rtl8192u/r8180_93cx6.c:56:6: warning: symbol 'eprom_w' was not declared. Should it be static?
drivers/staging/rtl8192u/r8180_93cx6.c:71:7: warning: symbol 'eprom_r' was not declared. Should it be static?
drivers/staging/rtl8192u/r8180_93cx6.c:85:6: warning: symbol 'eprom_send_bits_string' was not declared. Should it be static?

Signed-off-by: Ana Rey <anarey@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
2014-03-16 17:07:06 -07:00
..
ieee80211 staging:rtl8192u: Remove unused variable 2014-03-10 23:18:01 -07:00
authors staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
changes staging/rtl8192u: cleanfile run 2013-01-07 12:52:58 -08:00
copying
Kconfig
Makefile
r819xU_cmdpkt.c Staging: rtl8192u: fix functions that should not be declared extern 2013-10-16 18:51:26 -07:00
r819xU_cmdpkt.h staging: rtl8192u: use __packed instead of __attribute__((packed)) 2013-10-11 15:42:54 -07:00
r819xU_firmware_img.c
r819xU_firmware_img.h
r819xU_firmware.c staging: rtl8192u: remove code inside #ifdef RTL8190P in r819xU_firmware.c 2013-09-25 16:51:24 -07:00
r819xU_firmware.h staging/rtl8192u: cleanfile run 2013-01-07 12:52:58 -08:00
r819xU_phy.c Staging: rtl8192u: fix functions that should not be declared extern 2013-10-16 18:51:26 -07:00
r819xU_phy.h staging: rtl8192u: use __packed instead of __attribute__((packed)) 2013-10-11 15:42:54 -07:00
r819xU_phyreg.h staging/rtl8192u: cleanfile run 2013-01-07 12:52:58 -08:00
r8180_93cx6.c staging: rtl8192u: make in r8180_93cx6.c some local functions static 2014-03-16 17:07:06 -07:00
r8180_93cx6.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8190_rtl8256.c rtl8192u: remove whitespace after '(' and before ')' in r8190_rtl8256.c 2013-05-16 16:45:51 -07:00
r8190_rtl8256.h staging: rtl8192u: remove code inside #ifdef RTL8190P in r8190_rtl8256.h 2013-09-25 16:51:24 -07:00
r8192U_core.c staging: rtl8192u: make in r8192U_core.c the local functions static 2014-03-16 17:07:06 -07:00
r8192U_dm.c staging: rtl8192u: remove #ifndef RTL8192U and the code inside it 2013-09-25 16:51:24 -07:00
r8192U_dm.h staging: rtl8192u: fix coding style 2013-03-28 16:07:25 -07:00
r8192U_hw.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8192U_wx.c staging: rtl8192u: remove #ifdef JOHN_ 2013-10-11 15:42:53 -07:00
r8192U_wx.h staging: Update e-mail address for Andrea Merello 2013-08-27 22:03:53 -07:00
r8192U.h staging: delete non-required instances of include <linux/init.h> 2013-12-17 10:08:14 -08:00