lkml.org 
[lkml]   [2012]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] clk: Fix compile errors in DEFINE_CLK_GATE
From 71e9a676b2b2f0dc2bb0cc395e8325cf38f4808b Mon Sep 17 00:00:00 2001
From: Andrew Lunn <andrew@lunn.ch>
Date: Sun, 4 Mar 2012 16:31:14 +0100
Subject: [PATCH] [clk] Fix compile errors in DEFINE_CLK_GATE()

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
include/linux/clk-private.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/clk-private.h b/include/linux/clk-private.h
index d06e6fb..9d5c4b1 100644
--- a/include/linux/clk-private.h
+++ b/include/linux/clk-private.h
@@ -95,7 +95,7 @@ extern struct clk_ops clk_gate_ops;
}, \
.reg = _reg, \
.bit_idx = _bit_idx, \
- .flags = _gate_flags \
+ .flags = _gate_flags, \
.lock = _lock, \
}; \
static struct clk _name = { \
@@ -104,7 +104,7 @@ extern struct clk_ops clk_gate_ops;
.hw = &_name##_hw.hw, \
.parent_names = _name##_parent_names, \
.num_parents = \
- ARRAY_SIZE(_name##parent_names), \
+ ARRAY_SIZE(_name##_parent_names), \
.parents = _name##_parents, \
.flags = _flags, \
};
--
1.7.2.5


\
 
 \ /
  Last update: 2012-03-04 21:37    [W:0.619 / U:0.272 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site