clkdev: use clk_hw internally
[deliverable/linux.git] / include / linux / clkdev.h
index 94bad77eeb4a19d4fbfeef6461a103f5b7e9dbcc..3003afad46c9ab28f5c2b03688e27e0e6e8ff968 100644 (file)
@@ -22,6 +22,7 @@ struct clk_lookup {
        const char              *dev_id;
        const char              *con_id;
        struct clk              *clk;
+       struct clk_hw           *clk_hw;
 };
 
 #define CLKDEV_INIT(d, n, c)   \
This page took 0.024767 seconds and 5 git commands to generate.