From: Russell King Date: Sat, 15 Mar 2014 16:48:06 +0000 (+0000) Subject: ARM: l2c: group implementation specific code together X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~13^2~1^3~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3627fbda8983e96fb087c358fab4d7661fd97d;p=pandora-kernel.git ARM: l2c: group implementation specific code together Back in the mists of time, someone decided that it would be a good idea to group like functions together - so all the save functions in one place, all the resume functions in another, all the OF parsing functions some place else. This makes it difficult to get an overview on what a particular implementation is doing - grouping an implementations specific functions together makes more sense, because you can see what it's doing without the clutter of other implementations. Organise it according to implementation. Signed-off-by: Russell King --- Reading git-diff-tree failed