commit | 3aa7782ac4fa78a159479060495c469cbf0c5a84 | [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 | 5fb5e8c5e75f9e4ee26ee0ecbf67854b63964bc1 [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>