aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/dpll3xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/dpll3xxx.c')
-rw-r--r--arch/arm/mach-omap2/dpll3xxx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/dpll3xxx.c b/arch/arm/mach-omap2/dpll3xxx.c
index 417c3caa05db..b32ccd954a1b 100644
--- a/arch/arm/mach-omap2/dpll3xxx.c
+++ b/arch/arm/mach-omap2/dpll3xxx.c
@@ -18,7 +18,6 @@
18 * published by the Free Software Foundation. 18 * published by the Free Software Foundation.
19 */ 19 */
20 20
21#include <linux/module.h>
22#include <linux/kernel.h> 21#include <linux/kernel.h>
23#include <linux/device.h> 22#include <linux/device.h>
24#include <linux/list.h> 23#include <linux/list.h>
@@ -26,13 +25,10 @@
26#include <linux/delay.h> 25#include <linux/delay.h>
27#include <linux/clk.h> 26#include <linux/clk.h>
28#include <linux/io.h> 27#include <linux/io.h>
29#include <linux/limits.h>
30#include <linux/bitops.h> 28#include <linux/bitops.h>
31 29
32#include <plat/cpu.h> 30#include <plat/cpu.h>
33#include <plat/clock.h> 31#include <plat/clock.h>
34#include <plat/sram.h>
35#include <asm/div64.h>
36#include <asm/clkdev.h> 32#include <asm/clkdev.h>
37 33
38#include "clock.h" 34#include "clock.h"