Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184659
b: refs/heads/master
c: d373019
h: refs/heads/master
i:
  184657: cb1a368
  184655: 2da8c5d
v: v3
  • Loading branch information
Paul Walmsley committed Jan 29, 2010
1 parent a0fa199 commit 372f575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 60c3f65191d077dc4f69fca8eca39fb47f72d8b0
refs/heads/master: d3730192294c1c98b17a67aadbbdc4c28ad05c6e
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ EXPORT_SYMBOL(clk_get_parent);
* OMAP specific clock functions shared between omap1 and omap2
*-------------------------------------------------------------------------*/

unsigned int __initdata mpurate;
int __initdata mpurate;

/*
* By default we use the rate set by the bootloader.
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/include/plat/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct clk_functions {
#endif
};

extern unsigned int mpurate;
extern int mpurate;

extern int clk_init(struct clk_functions *custom_clocks);
extern void clk_preinit(struct clk *clk);
Expand Down

0 comments on commit 372f575

Please sign in to comment.