diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-02-13 19:37:50 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 06:57:33 -0400 |
commit | e988a13960c61be426feca46bbc124c4126f1edc (patch) | |
tree | 028cec85edaf6eb12c00685424375be2479346fa /arch/powerpc | |
parent | 6df1646e314de0ef8dc2a38f04eb6110b9134e65 (diff) |
[POWERPC] Add include of linux/of.h to os-area.c
os-area.c requires routines declared in linux/of.h, so should include it.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/ps3/os-area.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/os-area.c b/arch/powerpc/platforms/ps3/os-area.c index c73379ec9141..1d201782d4e5 100644 --- a/arch/powerpc/platforms/ps3/os-area.c +++ b/arch/powerpc/platforms/ps3/os-area.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/syscalls.h> | 25 | #include <linux/syscalls.h> |
26 | #include <linux/ctype.h> | 26 | #include <linux/ctype.h> |
27 | #include <linux/lmb.h> | 27 | #include <linux/lmb.h> |
28 | #include <linux/of.h> | ||
28 | 29 | ||
29 | #include <asm/prom.h> | 30 | #include <asm/prom.h> |
30 | 31 | ||