diff options
author | Tony Lindgren <tony@atomide.com> | 2008-03-18 05:56:39 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-04-14 13:29:38 -0400 |
commit | a16e97037b518533569a778f0e997704e5c43796 (patch) | |
tree | 0ab385008123a46d2a396d8aa1bf690a2f506fea /arch/arm/mach-omap2/clock.c | |
parent | 2150ef46f8b5b2a5e3e5c53c1b04c513276ad4f7 (diff) |
ARM: OMAP2: Clean up 24xx clock code
Clean up 24xx clock code to sync it with linux-omap tree.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.c')
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index b76c9fc1b8e9..a5b9564ea78e 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c | |||
@@ -1,20 +1,13 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/arm/mach-omap2/clock.c | 2 | * linux/arch/arm/mach-omap2/clock.c |
3 | * | 3 | * |
4 | * Copyright (C) 2005 Texas Instruments Inc. | 4 | * Copyright (C) 2005-2008 Texas Instruments, Inc. |
5 | * Richard Woodruff <r-woodruff2@ti.com> | 5 | * Copyright (C) 2004-2008 Nokia Corporation |
6 | * Created for OMAP2. | ||
7 | * | ||
8 | * Cleaned up and modified to use omap shared clock framework by | ||
9 | * Tony Lindgren <tony@atomide.com> | ||
10 | * | 6 | * |
11 | * Copyright (C) 2007 Texas Instruments, Inc. | 7 | * Contacts: |
12 | * Copyright (C) 2007 Nokia Corporation | 8 | * Richard Woodruff <r-woodruff2@ti.com> |
13 | * Paul Walmsley | 9 | * Paul Walmsley |
14 | * | 10 | * |
15 | * Based on omap1 clock.c, Copyright (C) 2004 - 2005 Nokia corporation | ||
16 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> | ||
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | 11 | * This program is free software; you can redistribute it and/or modify |
19 | * it under the terms of the GNU General Public License version 2 as | 12 | * it under the terms of the GNU General Public License version 2 as |
20 | * published by the Free Software Foundation. | 13 | * published by the Free Software Foundation. |