]> git.neil.brown.name Git - history.git/commit
[PATCH] es7000plat.c warning fix
authorAndrew Morton <akpm@osdl.org>
Sat, 12 Jun 2004 23:41:31 +0000 (16:41 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Sat, 12 Jun 2004 23:41:31 +0000 (16:41 -0700)
commit9566ad6513cd968273b8d45d38f40f544da4d224
tree3638b7fdd37b6edc49982f58237f1caed53ba995
parent942f5de49374d5470074d8e6c2dd86e02a7a12f1
[PATCH] es7000plat.c warning fix

Lack of argument decls causes this warning:

arch/i386/mach-generic/../mach-es7000/es7000plat.c:53: warning: function declaration isn't a prototype

Let's stick the extern declaration in a header, which is where they always
should be.

Cc: "Brown, Len" <len.brown@intel.com>
Cc: "Protasevich, Natalie" <Natalie.Protasevich@UNISYS.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/mach-es7000/es7000plat.c
include/asm-i386/acpi.h