From 7a2ca5e111a21cca703e111ee448317bfaf96ed9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 21 Feb 2007 00:15:20 +0000 Subject: init: stop doing silly things with the console (-400 bytes) init_shared.[ch]: unused, thus deleted --- init/init_shared.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 init/init_shared.h (limited to 'init/init_shared.h') diff --git a/init/init_shared.h b/init/init_shared.h deleted file mode 100644 index 6df8de484..000000000 --- a/init/init_shared.h +++ /dev/null @@ -1,10 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* - * Helper functions shared by init et al. - * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. - */ -extern int kill_init(int sig); -extern int bb_shutdown_system(unsigned long magic); -extern const char * const init_sending_format; - -- cgit v1.2.3