projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd3c5e
)
[ARM] Orion: fix for tsx09-common.c compilation problem
author
Sylver Bruneau
<sylver.bruneau@googlemail.com>
Wed, 25 Jun 2008 21:41:09 +0000
(23:41 +0200)
committer
Nicolas Pitre
<nico@cam.org>
Mon, 30 Jun 2008 18:25:23 +0000
(14:25 -0400)
In some cases, compilation of the tsx09 common file was failing due
to an incomplete list of includes.
Signed-off-by: Sylver Bruneau <sylver.bruneau@googlemail.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
arch/arm/mach-orion5x/tsx09-common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-orion5x/tsx09-common.c
b/arch/arm/mach-orion5x/tsx09-common.c
index 820603919c45cfc6760d881ea96b1c50d2c4fea7..83feac3147a60d257da59957e2b40d67d632c3dc 100644
(file)
--- a/
arch/arm/mach-orion5x/tsx09-common.c
+++ b/
arch/arm/mach-orion5x/tsx09-common.c
@@
-13,6
+13,7
@@
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/mv643xx_eth.h>
+#include <linux/timex.h>
#include <linux/serial_reg.h>
#include "tsx09-common.h"