diff options
| author | 2013-05-25 20:30:31 -0700 | |
|---|---|---|
| committer | 2013-05-25 20:30:31 -0700 | |
| commit | 27a24cfa04c6f041c0191847d047f25e5627cd63 (patch) | |
| tree | c5377af546f914cc9ca665fd00c825204d61ef35 /include/linux/platform_data | |
| parent | score: remove redundant kcore_list entries (diff) | |
| parent | ACPI / LPSS: register clock device for Lynxpoint DMA properly (diff) | |
| download | linux-dev-27a24cfa04c6f041c0191847d047f25e5627cd63.tar.xz linux-dev-27a24cfa04c6f041c0191847d047f25e5627cd63.zip | |
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Pull slave-dma fixes from Vinod Koul:
"We have two patches from Andy & Rafael fixing the Lynxpoint dma"
* 'fixes' of git://git.infradead.org/users/vkoul/slave-dma:
ACPI / LPSS: register clock device for Lynxpoint DMA properly
dma: acpi-dma: parse CSRT to extract additional resources
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/clk-lpss.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-lpss.h b/include/linux/platform_data/clk-lpss.h index 528e73ce46d2..23901992b9dd 100644 --- a/include/linux/platform_data/clk-lpss.h +++ b/include/linux/platform_data/clk-lpss.h @@ -13,6 +13,11 @@ #ifndef __CLK_LPSS_H #define __CLK_LPSS_H +struct lpss_clk_data { + const char *name; + struct clk *clk; +}; + extern int lpt_clk_init(void); #endif /* __CLK_LPSS_H */ |
