
13 Dec
2007
13 Dec
'07
12:56 p.m.
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 --- drivers/mtd/cfi_flash.c | 1343 +++++++++++++++++++++++------------------------ 1 files changed, 656 insertions(+), 687 deletions(-)
This patch is too large for the mailing list. You can grab it here:
http://avr32linux.org/twiki/pub/Sandbox/UbootCfiCleanup/0003-cfi_flash-Reord...