Home
last modified time | relevance | path

Searched hist:be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.cbe60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd Sat Oct 06 16:55:36 UTC 2007 Haavard Skinnemoen <hskinnemoen@atmel.com> 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>