Skip to content

Commit

Permalink
clocksource/drivers/h8300_timer8: Remove unused headers
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lezcano <[email protected]>
  • Loading branch information
dlezcano committed Dec 15, 2015
1 parent 31221a4 commit d1f9db1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/clocksource/h8300_timer8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1f9db1

Please sign in to comment.