浏览代码

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>
Haavard Skinnemoen 17 年之前
父节点
当前提交
be60a9021c
共有 1 个文件被更改,包括 760 次插入752 次删除
  1. 760 752
      drivers/mtd/cfi_flash.c

文件差异内容过多而无法显示
+ 760 - 752
drivers/mtd/cfi_flash.c


部分文件因为文件数量过多而无法显示