Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b814305 authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarRob Herring <rob.herring@calxeda.com>
Acked-by: default avatarRichard Kuo <rkuo@codeaurora.org>
Acked-by: default avatarGrant Likely <grant.likely@linaro.org>
Cc: linux-hexagon@vger.kernel.org
parent be597311
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;