summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-06-20 11:28:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-06-23 08:15:10 +0200
commitf569157cbffc235b635d1785362dc0abfc1f3e4f (patch)
treed90b35b39697fe6c2117a6450b544ee7a4914a03 /drivers
parent13ef2b249063b33b3dd264c57c418015d2503339 (diff)
downloadbarebox-f569157cbffc235b635d1785362dc0abfc1f3e4f.tar.gz
barebox-f569157cbffc235b635d1785362dc0abfc1f3e4f.tar.xz
aiodev: imx_thermal: remove empty include
This file doesn't hold any content any more, so there is no need to include it. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/aiodev/imx_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/aiodev/imx_thermal.c b/drivers/aiodev/imx_thermal.c
index 08532a743f..1928ed867c 100644
--- a/drivers/aiodev/imx_thermal.c
+++ b/drivers/aiodev/imx_thermal.c
@@ -33,7 +33,6 @@
#include <linux/math64.h>
#include <linux/log2.h>
#include <linux/clk.h>
-#include <mach/clock.h>
#include <mach/imx6-anadig.h>
#include <io.h>
#include <aiodev.h>