commit | 17b7010bf0e771b9dab31f5c0db1228ac37cdf5a | [log] [tgz] |
---|---|---|
author | Vivek Gautam <gautam.vivek@samsung.com> | Tue Mar 05 03:49:56 2013 +0000 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Fri Mar 29 11:16:25 2013 +0900 |
tree | 1f612595badc7708fbc4daae2dd37fc693ee5897 | |
parent | 92bf4be62383114640e997cef19a74fc573c09bd [diff] |
SMDK5250: Fix compiler warning for non-dt systems Compiling for non-dt systems gives folowing warning: smdk5250.c: In function 'board_eth_init': smdk5250.c:152:6: warning: unused variable 'node' [-Wunused-variable] Declare variable 'node' only for dt enabled systems to remove this warning. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>