Commit d1f9db13 authored by Daniel Lezcano's avatar Daniel Lezcano

clocksource/drivers/h8300_timer8: Remove unused headers

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 31221a4b
......@@ -8,21 +8,16 @@
*/
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/clockchips.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/irq.h>
#define _8TCR 0
#define _8TCSR 2
#define TCORA 4
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment