commit | f32918f05627c86d20844e3ec3411205a893fe31 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Sep 17 20:33:48 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Sep 24 18:30:29 2014 -0400 |
tree | 79cf6940ba0bfa3ef1ed6ff2930d4c3799e8aa18 | |
parent | cdb389d2c4bd9874aeb96edb2757865c5163afea [diff] |
compiler.h: remove duplicated uninitialized_var Since clang has a different definition for uninitialized_var it will complain that it is redefined in include/compiler.h. Since these are already defined in linux/compiler.h just remove this instance. Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>