From 85c290e6ddce1d860e349e695b37c382bb237196 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Feb 2008 21:37:51 +0000 Subject: boot_img_ppc does not have an empty prototype --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index 1c8e6480f..e6f7aba7a 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -463,7 +463,7 @@ image=/vmlinux$I.gz } } -sub boot_img_ppc() { +sub boot_img_ppc { my ($type, $I, $img, $kernel) = @_; (my $rdz = $img) =~ s/\.img/.rdz/; foreach (glob("all.kernels/*")) { -- cgit v1.2.1