diff options
| author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
| commit | bbb20089a3275a19e475dbc21320c3742e3ca423 (patch) | |
| tree | 216fdc1cbef450ca688135c5b8969169482d9a48 /arch/arm/mach-davinci/clock.h | |
| parent | 3e48e656903e9fd8bc805c6a2c4264d7808d315b (diff) | |
| parent | 657a77fa7284d8ae28dfa48f1dc5d919bf5b2843 (diff) | |
Merge branch 'dmaengine' into async-tx-next
Conflicts:
crypto/async_tx/async_xor.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/pci.c
drivers/md/raid5.c
Diffstat (limited to 'arch/arm/mach-davinci/clock.h')
| -rw-r--r-- | arch/arm/mach-davinci/clock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/clock.h b/arch/arm/mach-davinci/clock.h index 35736ec202f8..27233cb4a2fb 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h | |||
| @@ -67,6 +67,7 @@ struct clk { | |||
| 67 | u8 usecount; | 67 | u8 usecount; |
| 68 | u8 flags; | 68 | u8 flags; |
| 69 | u8 lpsc; | 69 | u8 lpsc; |
| 70 | u8 psc_ctlr; | ||
| 70 | struct clk *parent; | 71 | struct clk *parent; |
| 71 | struct pll_data *pll_data; | 72 | struct pll_data *pll_data; |
| 72 | u32 div_reg; | 73 | u32 div_reg; |
| @@ -93,4 +94,7 @@ struct davinci_clk { | |||
| 93 | } | 94 | } |
| 94 | 95 | ||
| 95 | int davinci_clk_init(struct davinci_clk *clocks); | 96 | int davinci_clk_init(struct davinci_clk *clocks); |
| 97 | |||
| 98 | extern struct platform_device davinci_wdt_device; | ||
| 99 | |||
| 96 | #endif | 100 | #endif |
