commit | 1217d34b531c76362217057ca70a8ce8950574e0 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Aug 20 08:55:19 2014 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Sep 25 23:14:42 2014 +1000 |
tree | b8b0ef3401e3814596e05fb80edc7e20caa7ca96 | |
parent | e51df2c170efaeadce4d416e1825b0830de0a795 [diff] |
powerpc: Ensure global functions include their prototype Fix a number of places where global functions were not including their prototype. This ensures the prototype and the function match. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>