diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-11-09 12:46:13 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 11:42:21 +0300 |
commit | 8cbade52715634481cf4fd8ab9d4f091860724e2 (patch) | |
tree | 60fb7beaa41d8857beff093ea56dcd3ef021104e /drivers/clocksource | |
parent | cce483e0ee70c2c9c6ff08e502b6f0bba3e15f62 (diff) | |
download | linux-8cbade52715634481cf4fd8ab9d4f091860724e2.tar.xz |
clocksource/drivers/h8300_timer16: Remove pointless headers
The headers are not needed, remove them.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/h8300_timer16.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/clocksource/h8300_timer16.c b/drivers/clocksource/h8300_timer16.c index cdf0d83a91be..1c9dd02efb0d 100644 --- a/drivers/clocksource/h8300_timer16.c +++ b/drivers/clocksource/h8300_timer16.c @@ -4,25 +4,15 @@ * Copyright 2015 Yoshinori Sato <ysato@users.sourcefoge.jp> */ -#include <linux/errno.h> -#include <linux/kernel.h> -#include <linux/param.h> -#include <linux/string.h> -#include <linux/slab.h> #include <linux/interrupt.h> #include <linux/init.h> -#include <linux/platform_device.h> #include <linux/clocksource.h> -#include <linux/module.h> #include <linux/clk.h> #include <linux/io.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_irq.h> -#include <asm/segment.h> -#include <asm/irq.h> - #define TSTR 0 #define TSNC 1 #define TMDR 2 |