These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / clk / bcm / clk-kona.h
index 6849a64..906576e 100644 (file)
@@ -480,7 +480,6 @@ struct ccu_data {
        spinlock_t lock;        /* serialization lock */
        bool write_enabled;     /* write access is currently enabled */
        struct ccu_policy policy;
-       struct list_head links; /* for ccu_list */
        struct device_node *node;
        struct clk_onecell_data clk_data;
        const char *name;
@@ -492,7 +491,6 @@ struct ccu_data {
 #define KONA_CCU_COMMON(_prefix, _name, _ccuname)                          \
        .name           = #_name "_ccu",                                    \
        .lock           = __SPIN_LOCK_UNLOCKED(_name ## _ccu_data.lock),    \
-       .links          = LIST_HEAD_INIT(_name ## _ccu_data.links),         \
        .clk_data       = {                                                 \
                .clk_num = _prefix ## _ ## _ccuname ## _CCU_CLOCK_COUNT,    \
        }