From: Viresh Kumar Date: Tue, 25 Nov 2014 10:34:16 +0000 (+0530) Subject: PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type X-Git-Tag: omap-for-v3.19/fixes-rc1~136^2~4^5~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd1a068a52ee6a3331a62fe53e87d6ca6cfd68a5;p=pandora-kernel.git PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type Both 'struct dev_pm_opp' and 'struct device_opp' have member with name 'head' but with different types. This leads to confusion while reading the code. Name them 'rcu_head' and 'srcu_head'. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed