diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 36cbf158845f..ae55d37267e6 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -89,8 +89,6 @@ extern int tipc_random __read_mostly; | |||
89 | /* | 89 | /* |
90 | * Routines available to privileged subsystems | 90 | * Routines available to privileged subsystems |
91 | */ | 91 | */ |
92 | int tipc_handler_start(void); | ||
93 | void tipc_handler_stop(void); | ||
94 | int tipc_netlink_start(void); | 92 | int tipc_netlink_start(void); |
95 | void tipc_netlink_stop(void); | 93 | void tipc_netlink_stop(void); |
96 | int tipc_socket_init(void); | 94 | int tipc_socket_init(void); |
@@ -109,12 +107,10 @@ void tipc_unregister_sysctl(void); | |||
109 | #endif | 107 | #endif |
110 | 108 | ||
111 | /* | 109 | /* |
112 | * TIPC timer and signal code | 110 | * TIPC timer code |
113 | */ | 111 | */ |
114 | typedef void (*Handler) (unsigned long); | 112 | typedef void (*Handler) (unsigned long); |
115 | 113 | ||
116 | u32 tipc_k_signal(Handler routine, unsigned long argument); | ||
117 | |||
118 | /** | 114 | /** |
119 | * k_init_timer - initialize a timer | 115 | * k_init_timer - initialize a timer |
120 | * @timer: pointer to timer structure | 116 | * @timer: pointer to timer structure |