Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a10b188f authored by Sylver Bruneau's avatar Sylver Bruneau Committed by Nicolas Pitre
Browse files

[ARM] Orion: fix for tsx09-common.c compilation problem



In some cases, compilation of the tsx09 common file was failing due
to an incomplete list of includes.

Signed-off-by: default avatarSylver Bruneau <sylver.bruneau@googlemail.com>
Signed-off-by: default avatarLennert Buytenhek <buytenh@marvell.com>
parent cdd3c5ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"