brcm47xx: whitespace cleanups

SVN-Revision: 34329
owl
Hauke Mehrtens 2012-11-25 14:03:51 +00:00
parent 203cbbd51d
commit aa8e887a46
7 changed files with 7 additions and 16 deletions

View File

@ -5,5 +5,3 @@ init_hotplug_failsafe() {
}
boot_hook_add preinit_main init_hotplug_failsafe

View File

@ -5,4 +5,3 @@ enable_reset_button() {
}
boot_hook_add preinit_main enable_reset_button

View File

@ -12,4 +12,3 @@ failsafe_ip() {
}
boot_hook_add failsafe failsafe_ip

View File

@ -3,4 +3,3 @@
do_mount_procfs() {
mount none /proc -t proc
}

View File

@ -35,5 +35,3 @@ preinit_net_echo() {
} || port_net_echo $1
}

View File

@ -8,5 +8,3 @@ indicate_failsafe() {
preinit_net_echo "Entering Failsafe!\n"
indicate_failsafe_led
}