projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d9e9dc
)
[PATCH] ppc32: Fixed warning in m8xx_setup.c
author
Vitaly Bordug
<vbordug@ru.mvista.com>
Wed, 2 Nov 2005 19:55:14 +0000
(22:55 +0300)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 3 Nov 2005 05:57:50 +0000
(16:57 +1100)
This adds missing header and thus fix the warning issued by ming prototype.
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/syslib/m8xx_setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/syslib/m8xx_setup.c
b/arch/ppc/syslib/m8xx_setup.c
index 97ffbc70574faec5e4dcc174641d4f55e71c5331..1cc3abe6fa435657b7969024acd52278cedc482f 100644
(file)
--- a/
arch/ppc/syslib/m8xx_setup.c
+++ b/
arch/ppc/syslib/m8xx_setup.c
@@
-45,6
+45,7
@@
#include <asm/bootinfo.h>
#include <asm/time.h>
#include <asm/xmon.h>
+#include <asm/ppc_sys.h>
#include "ppc8xx_pic.h"