diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-09-08 23:27:41 +0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-10 05:04:02 +0400 |
commit | 0b81430590882954ed60a138ac2bad1149303165 (patch) | |
tree | 7b6da533cfc625efe8d5c7d42a75ccc4d29797e3 /arch/hexagon | |
parent | be5973117bd48624d9e7d7728d754f4c9a322193 (diff) | |
download | linux-0b81430590882954ed60a138ac2bad1149303165.tar.xz |
hexagon: remove unnecessary prom.h includes
Hexagon does not have a prom.h header, so it is probably broken with
CONFIG_OF enabled. In any case, remove unnecessary prom.h include in
preparation to make prom.h optional.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Richard Kuo <rkuo@codeaurora.org>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: linux-hexagon@vger.kernel.org
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/kernel/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/hexagon/kernel/setup.c b/arch/hexagon/kernel/setup.c index 29d1f1b00016..0e7c1dbb37b2 100644 --- a/arch/hexagon/kernel/setup.c +++ b/arch/hexagon/kernel/setup.c @@ -32,9 +32,6 @@ #include <asm/hexagon_vm.h> #include <asm/vm_mmu.h> #include <asm/time.h> -#ifdef CONFIG_OF -#include <asm/prom.h> -#endif char cmd_line[COMMAND_LINE_SIZE]; static char default_command_line[COMMAND_LINE_SIZE] __initdata = CONFIG_CMDLINE; |