clock.c (e10dd62ffcb2953f80a4ea6ac53cb489ebfe0a79) clock.c (e4c060db2c13f10de09101afc564763f9fd0019a)
1/*
2 * linux/arch/arm/mach-omap1/clock.c
3 *
4 * Copyright (C) 2004 - 2005, 2009-2010 Nokia Corporation
5 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
6 *
7 * Modified to use omap shared clock framework by
8 * Tony Lindgren <tony@atomide.com>

--- 8 unchanged lines hidden (view full) ---

17#include <linux/errno.h>
18#include <linux/err.h>
19#include <linux/io.h>
20#include <linux/clk.h>
21#include <linux/clkdev.h>
22
23#include <asm/mach-types.h>
24
1/*
2 * linux/arch/arm/mach-omap1/clock.c
3 *
4 * Copyright (C) 2004 - 2005, 2009-2010 Nokia Corporation
5 * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
6 *
7 * Modified to use omap shared clock framework by
8 * Tony Lindgren <tony@atomide.com>

--- 8 unchanged lines hidden (view full) ---

17#include <linux/errno.h>
18#include <linux/err.h>
19#include <linux/io.h>
20#include <linux/clk.h>
21#include <linux/clkdev.h>
22
23#include <asm/mach-types.h>
24
25#include <plat/cpu.h>
25#include "soc.h"
26#include <plat/usb.h>
27
28#include <mach/hardware.h>
29
30#include "../plat-omap/sram.h"
31
32#include "iomap.h"
33#include "clock.h"

--- 1074 unchanged lines hidden ---
26#include <plat/usb.h>
27
28#include <mach/hardware.h>
29
30#include "../plat-omap/sram.h"
31
32#include "iomap.h"
33#include "clock.h"

--- 1074 unchanged lines hidden ---