Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44689
b: refs/heads/master
c: 7ae9e42
h: refs/heads/master
i:
  44687: 265fef1
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Dec 17, 2006
1 parent 559a87c commit 8cc0522
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58d19d6ea608077e83c30e58ae1494246b1f6b82
refs/heads/master: 7ae9e420de165c2a992d116002d05655138d8f24
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-s3c2410/s3c2410-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@
#include <linux/mutex.h>
#include <linux/delay.h>

#include <asm/mach/map.h>

#include <asm/hardware.h>
#include <asm/io.h>

#include <asm/arch/regs-serial.h>
#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-gpio.h>

#include "s3c2410.h"
#include "clock.h"
#include "cpu.h"

Expand Down
10 changes: 7 additions & 3 deletions trunk/arch/arm/mach-s3c2410/s3c2412-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@
#include <linux/mutex.h>
#include <linux/delay.h>

#include <asm/mach/map.h>

#include <asm/hardware.h>
#include <asm/io.h>

#include <asm/arch/regs-serial.h>
#include <asm/arch/regs-clock.h>
#include <asm/arch/regs-gpio.h>

#include "s3c2412.h"
#include "clock.h"
#include "cpu.h"

Expand All @@ -49,7 +53,7 @@
* set the correct muxing at initialisation
*/

int s3c2412_clkcon_enable(struct clk *clk, int enable)
static int s3c2412_clkcon_enable(struct clk *clk, int enable)
{
unsigned int clocks = clk->ctrlbit;
unsigned long clkcon;
Expand Down Expand Up @@ -556,7 +560,7 @@ struct clk_init {
struct clk *src_1;
};

struct clk_init clks_src[] __initdata = {
static struct clk_init clks_src[] __initdata = {
{
.clk = &clk_usysclk,
.bit = S3C2412_CLKSRC_USBCLK_HCLK,
Expand Down Expand Up @@ -619,7 +623,7 @@ static void __init s3c2412_clk_initparents(void)

/* clocks to add straight away */

struct clk *clks[] __initdata = {
static struct clk *clks[] __initdata = {
&clk_ext,
&clk_usb_bus,
&clk_erefclk,
Expand Down

0 comments on commit 8cc0522

Please sign in to comment.