]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] Orion: fix for tsx09-common.c compilation problem
authorSylver Bruneau <sylver.bruneau@googlemail.com>
Wed, 25 Jun 2008 21:41:09 +0000 (23:41 +0200)
committerNicolas 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

index 820603919c45cfc6760d881ea96b1c50d2c4fea7..83feac3147a60d257da59957e2b40d67d632c3dc 100644 (file)
@@ -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"