commit | d48e2d8f3cf3d7e83751b624f38f53ce29bdfcf1 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Sep 10 16:17:25 2011 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Sep 10 16:17:25 2011 +0200 |
tree | cbba56bd288bccd0e3f296adc75c4d93b912fb31 | |
parent | c6a093903297398062e5c1eb0ea68ff48a6e9a36 [diff] |
tegra2: fix warning: "assert" redefined Commit 21726a7 "Add assert() for debug assertions" caused build warnings for all tegra2 based boards: clock.c:36:1: warning: "assert" redefined In file included from clock.c:29: include/common.h:144:1: warning: this is the location of the previous definition Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Simon Glass <sjg@chromium.org>