]> Pileus Git - ~andy/linux/commit
Staging: rtl8192u: fix functions that should not be declared extern
authorTeodora Baluta <teobaluta@gmail.com>
Wed, 16 Oct 2013 20:53:32 +0000 (23:53 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2013 01:51:26 +0000 (18:51 -0700)
commita115ee4175c3eb33f75d5ca62d417e853702c0f3
treee1bff608ff6ab3894a90bf14d1f3d9926ea7877a
parent1d612bd4771a50f7aa61d0d40222628af589d6f7
Staging: rtl8192u: fix functions that should not be declared extern

These functions are already marked extern in the header file

drivers/staging/rtl8192u/r819xU_phy.c:1716:13: warning: function 'InitialGainOperateWorkItemCallBack' with external linkage has definition
drivers/staging/rtl8192u/r819xU_cmdpkt.c:497:12: warning: function 'cmpk_message_handle_rx' with external linkage has definition

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r819xU_cmdpkt.c
drivers/staging/rtl8192u/r819xU_phy.c