Skip to content

Commit

Permalink
mips: add explicit includes of prom.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Rob Herring committed Oct 10, 2013
1 parent 5af5073 commit 089a49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/lantiq/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <asm/bootinfo.h>
#include <asm/time.h>
#include <asm/prom.h>

#include <lantiq.h>

Expand Down
2 changes: 2 additions & 0 deletions arch/mips/mti-sead3/sead3-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <linux/of_fdt.h>
#include <linux/bootmem.h>

#include <asm/prom.h>

#include <asm/mips-boards/generic.h>

const char *get_system_type(void)
Expand Down
1 change: 1 addition & 0 deletions arch/mips/ralink/of.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <asm/reboot.h>
#include <asm/bootinfo.h>
#include <asm/addrspace.h>
#include <asm/prom.h>

#include "common.h"

Expand Down

0 comments on commit 089a49b

Please sign in to comment.