mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
[TIPC]: Eliminate "sparse" symbol warnings
This patch eliminates warnings about undeclared symbols. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e247a8f5d0
commit
0e0609bbd2
3 changed files with 15 additions and 8 deletions
|
@ -48,14 +48,6 @@
|
|||
#include "subscr.h"
|
||||
#include "config.h"
|
||||
|
||||
int tipc_eth_media_start(void);
|
||||
void tipc_eth_media_stop(void);
|
||||
int tipc_handler_start(void);
|
||||
void tipc_handler_stop(void);
|
||||
int tipc_socket_init(void);
|
||||
void tipc_socket_stop(void);
|
||||
int tipc_netlink_start(void);
|
||||
void tipc_netlink_stop(void);
|
||||
|
||||
#define TIPC_MOD_VER "1.6.2"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue