commit | 6dd763c5a49d6f14a566ac67ad3f997f456e4f59 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Oct 06 18:55:36 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 13 13:14:55 2007 +0100 |
tree | 1694192673e001c1a355053f9dc341a3db77c805 | |
parent | 670a323f1c0545b5f85e8aa669b1f6819001b9c3 [diff] |
cfi_flash: Reorder functions and eliminate extra prototypes Reorder the functions in cfi_flash.c so that each function only uses functions that have been defined before it. This allows the static prototype declarations near the top to be eliminated and might allow gcc to do a better job inlining functions. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>