commit | 2a96ad05e93be75398871a2fce932ed234d03112 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben@simtec.co.uk> | Fri Apr 17 12:36:47 2009 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Fri Apr 17 12:42:24 2009 +0100 |
tree | 8e8e55c1c84c17fe661a32d9b5c41b674acbf2ce | |
parent | 019dbaa11db56d8e5d868e02421ff236a054c0d8 [diff] |
[ARM] Osiris: Fix double initialisation in machine block The .init_machine entry in mach-osiris.c had the same entry twice, so remove one definition to fix the following warning from sparse: mach-osiris.c:416:3: warning: Initializer entry defined twice mach-osiris.c:418:3: also defined here Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>