commit | be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd | [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 | 3055793bcbdf24b1f8117f606ffb766d32eb766f [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>