]> Git Repo - J-u-boot.git/commit - include/ide.h
common: cmd_ide: use __weak and add prototypes
authorJeroen Hofstee <[email protected]>
Sat, 12 Jul 2014 13:07:19 +0000 (15:07 +0200)
committerTom Rini <[email protected]>
Tue, 22 Jul 2014 11:44:26 +0000 (07:44 -0400)
commit288afdc9b97f00fa8422ea065e135f8423441cd7
tree595015f2b4330d3284125308a37b6d6fbdd588c2
parent2bb8eb8ec61026ed371481ac8490c3a1fcf82131
common: cmd_ide: use __weak and add prototypes

clang chokes about the concept of having an alias to an
always_inlined function. gcc likely just ignores the always
inlined since binary sizes are equal before and after this
patch. Convert the aliases to weak functions and provide
missing prototypes.

cc: Pavel Herrmann <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
common/cmd_ide.c
include/ide.h
This page took 0.032768 seconds and 4 git commands to generate.