Skip to content

Commit

Permalink
[ARM] Orion: fix for tsx09-common.c compilation problem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sylver Bruneau authored and Nicolas Pitre committed Jun 30, 2008
1 parent cdd3c5e commit a10b188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-orion5x/tsx09-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a10b188

Please sign in to comment.