Commit 7a645976 authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek

arm: zynq: timer: Remove redundant #includes

Some #includes are implicitly included through others, some are
just not needed.
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Tested-by: default avatarJosh Cartwright <josh.cartwright@ni.com>
parent d16aaf47
......@@ -15,20 +15,12 @@
* GNU General Public License for more details.
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/types.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/slab.h>
#include <linux/clk-provider.h>
#include "common.h"
/*
......
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