Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123617
b: refs/heads/master
c: 846b368
h: refs/heads/master
i:
  123615: f096afd
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 30, 2008
1 parent f3bf4e1 commit 666fe65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 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: 4ab08ecfbc68960ecfb268bac30c57f838fa414e
refs/heads/master: 846b368eb91da88ae35bf541d5604edcd5733bc3
27 changes: 0 additions & 27 deletions trunk/arch/arm/mach-lh7a40x/clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,14 @@
#include <linux/err.h>

struct module;
struct icst525_params;

struct clk {
struct list_head node;
unsigned long rate;
struct module *owner;
const char *name;
// void *data;
// const struct icst525_params *params;
// void (*setvco)(struct clk *, struct icst525_vco vco);
};

int clk_register(struct clk *clk);
void clk_unregister(struct clk *clk);

/* ----- */

#define MAINDIV1(c) (((c) >> 7) & 0x0f)
Expand Down Expand Up @@ -148,26 +141,6 @@ int clk_set_rate (struct clk *clk, unsigned long rate)
}
EXPORT_SYMBOL(clk_set_rate);

#if 0
/*
* These are fixed clocks.
*/
static struct clk kmi_clk = {
.name = "KMIREFCLK",
.rate = 24000000,
};

static struct clk uart_clk = {
.name = "UARTCLK",
.rate = 24000000,
};

static struct clk mmci_clk = {
.name = "MCLK",
.rate = 33000000,
};
#endif

static struct clk clcd_clk = {
.name = "CLCDCLK",
.rate = 0,
Expand Down

0 comments on commit 666fe65

Please sign in to comment.