commit | 87e0d6cca16a7c9ec446d82a465077a0f99171de | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Thu Jan 08 15:42:40 2009 +0000 |
committer | Ben Dooks <ben-linux@fluff.org> | Thu Jan 08 15:53:08 2009 +0000 |
tree | c8e7df1bc72b3a5dab54cccb51886b744b9537f9 | |
parent | 9e42d0cf5020aaf217433cad1a224745241d212a [diff] |
[ARM] arch/arm/kernel/isa.c: missing definition of register_isa_ports arch/arm/kernel/isa.c should include <linux/io.h> to get the definition of register_io_ports() at-least when compiling for footbridge to fix the following sparse warning: isa.c:68:1: warning: symbol 'register_isa_ports' was not declared. Signed-off-by: Ben Dooks <ben-linux@fluff.org>