Skip to content

Commit

Permalink
arm: zynq: timer: Remove redundant #includes
Browse files Browse the repository at this point in the history
Some #includes are implicitly included through others, some are
just not needed.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Tested-by: Josh Cartwright <josh.cartwright@ni.com>
  • Loading branch information
Soren Brinkmann authored and Michal Simek committed Jan 28, 2013
1 parent d16aaf4 commit 7a64597
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/arm/mach-zynq/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/*
Expand Down

0 comments on commit 7a64597

Please sign in to comment.