diff options
author | Grant Likely <grant.likely@linaro.org> | 2015-06-30 09:28:52 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2015-06-30 09:28:52 -0400 |
commit | becfc3c86df963491ff1d5ffc6131a06af6bb851 (patch) | |
tree | 4b60fb962445166025724b84ce13e7f1762df8a1 /arch/mips | |
parent | ce32f859646bab2ed724393398b90aa50149bb44 (diff) | |
parent | 0b34c1a489f6f018c4fbfbd12657acaa0b4f4ca9 (diff) |
Merge remote-tracking branch 'robh/for-next' into devicetree/next
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/cavium-octeon/Makefile | 3 | ||||
-rw-r--r-- | arch/mips/include/asm/prom.h | 2 | ||||
-rw-r--r-- | arch/mips/kernel/prom.c | 1 | ||||
-rw-r--r-- | arch/mips/mti-sead3/Makefile | 2 |
4 files changed, 2 insertions, 6 deletions
diff --git a/arch/mips/cavium-octeon/Makefile b/arch/mips/cavium-octeon/Makefile index 69a8a8dabc2b..2a5926578841 100644 --- a/arch/mips/cavium-octeon/Makefile +++ b/arch/mips/cavium-octeon/Makefile | |||
@@ -9,9 +9,6 @@ | |||
9 | # Copyright (C) 2005-2009 Cavium Networks | 9 | # Copyright (C) 2005-2009 Cavium Networks |
10 | # | 10 | # |
11 | 11 | ||
12 | CFLAGS_octeon-platform.o = -I$(src)/../../../scripts/dtc/libfdt | ||
13 | CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt | ||
14 | |||
15 | obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o | 12 | obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o |
16 | obj-y += dma-octeon.o | 13 | obj-y += dma-octeon.o |
17 | obj-y += octeon-memcpy.o | 14 | obj-y += octeon-memcpy.o |
diff --git a/arch/mips/include/asm/prom.h b/arch/mips/include/asm/prom.h index 8ebc2aa5f3e1..0b4b668925f6 100644 --- a/arch/mips/include/asm/prom.h +++ b/arch/mips/include/asm/prom.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #ifndef __ASM_PROM_H | 11 | #ifndef __ASM_PROM_H |
12 | #define __ASM_PROM_H | 12 | #define __ASM_PROM_H |
13 | 13 | ||
14 | #ifdef CONFIG_OF | 14 | #ifdef CONFIG_USE_OF |
15 | #include <linux/bug.h> | 15 | #include <linux/bug.h> |
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | #include <linux/types.h> | 17 | #include <linux/types.h> |
diff --git a/arch/mips/kernel/prom.c b/arch/mips/kernel/prom.c index e303cb1ef2f4..b130033838ba 100644 --- a/arch/mips/kernel/prom.c +++ b/arch/mips/kernel/prom.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/of_fdt.h> | 18 | #include <linux/of_fdt.h> |
19 | #include <linux/of_platform.h> | 19 | #include <linux/of_platform.h> |
20 | 20 | ||
21 | #include <asm/bootinfo.h> | ||
21 | #include <asm/page.h> | 22 | #include <asm/page.h> |
22 | #include <asm/prom.h> | 23 | #include <asm/prom.h> |
23 | 24 | ||
diff --git a/arch/mips/mti-sead3/Makefile b/arch/mips/mti-sead3/Makefile index ecd71db6258b..2e52cbd20ceb 100644 --- a/arch/mips/mti-sead3/Makefile +++ b/arch/mips/mti-sead3/Makefile | |||
@@ -15,5 +15,3 @@ obj-y := sead3-lcd.o sead3-display.o sead3-init.o \ | |||
15 | obj-y += leds-sead3.o | 15 | obj-y += leds-sead3.o |
16 | 16 | ||
17 | obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o | 17 | obj-$(CONFIG_EARLY_PRINTK) += sead3-console.o |
18 | |||
19 | CFLAGS_sead3-setup.o = -I$(src)/../../../scripts/dtc/libfdt | ||