diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-09-07 14:58:54 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-09 20:04:05 -0500 |
commit | 089a49b68ce9bfe078d509d96c78a94e5f865ca9 (patch) | |
tree | b79692960502c397b613e2f70d37332d2c3874ae /arch/mips/lantiq | |
parent | 5af5073004071cedd0343eee51d77955037ec6f3 (diff) |
mips: add explicit includes of prom.h
In preparation of removing prom.h include by of.h, add explicit includes.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/lantiq')
-rw-r--r-- | arch/mips/lantiq/prom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/lantiq/prom.c b/arch/mips/lantiq/prom.c index 49c460370285..19686c5bc5ed 100644 --- a/arch/mips/lantiq/prom.c +++ b/arch/mips/lantiq/prom.c @@ -14,6 +14,7 @@ #include <asm/bootinfo.h> #include <asm/time.h> +#include <asm/prom.h> #include <lantiq.h> |