]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra2: fix warning: "assert" redefined
authorWolfgang Denk <wd@denx.de>
Sat, 10 Sep 2011 14:17:25 +0000 (16:17 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 10 Sep 2011 14:17:25 +0000 (16:17 +0200)
commit3aa7782ac4fa78a159479060495c469cbf0c5a84
treecbba56bd288bccd0e3f296adc75c4d93b912fb31
parent5fb5e8c5e75f9e4ee26ee0ecbf67854b63964bc1
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>
arch/arm/cpu/armv7/tegra2/clock.c