commit | 87f13aa00d0279fcc96530404c3a104eb4cb1672 | [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 | 93d3232d9607669f33a34d3a552b24e1d727413b [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>