On Sun, Oct 30, 2011 at 5:54 PM, Mike Frysinger <[email protected]> wrote: > If we move the local funcs to the top of the file, and use the > __maybe_unused define, we can drop a lot of ugly ifdef logic and > duplicated prototypes. > > Signed-off-by: Mike Frysinger <[email protected]>
This is much cleaner - is the correct style to put attribute tags on the previous line? Acked-by: Simon Glass <[email protected]> > --- > common/cmd_bdinfo.c | 89 ++++++++++++++++++-------------------------------- > 1 files changed, 32 insertions(+), 57 deletions(-) > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

