commit | f3e0b724cc70ef5ee2a6e0d9dfafa2328c294ab3 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Dec 08 01:26:07 2009 +0000 |
committer | Ben Dooks <ben-linux@fluff.org> | Fri Jan 15 17:10:10 2010 +0900 |
tree | 06112cb56cc4916e2fa8a128ee7d60277806e5fe | |
parent | b3bf41be06634d69959a68a2b53e1ffc92f0d103 [diff] |
ARM: S3C64XX: Fixup .reg_src and .reg_div with named initialisers Change these two fields to have named initialisers as per the review comments from Kyungmin Park. sed used: s@\.reg_src\(.*\)=\(.*\){\(.*\),\(.*\),\(.*\)}@.reg_src\1=\2{ .reg =\3, .shift =\4, .size =\5 }@g s@\.reg_div\(.*\)=\(.*\){\(.*\),\(.*\),\(.*\)}@.reg_div\1=\2{ .reg =\3, .shift =\4, .size =\5 }@g Signed-off-by: Ben Dooks <ben-linux@fluff.org>