Merge (part of) tag 'omap-for-v3.19/hwmod-and-defconfig' of git://git.kernel.org...
[deliverable/linux.git] / include / linux / compiler-clang.h
CommitLineData
565cbdc2
MC
1#ifndef __LINUX_COMPILER_H
2#error "Please don't include <linux/compiler-clang.h> directly, include <linux/compiler.h> instead."
3#endif
4
5/* Some compiler specific definitions are overwritten here
6 * for Clang compiler
7 */
8
9#ifdef uninitialized_var
10#undef uninitialized_var
11#define uninitialized_var(x) x = *(&(x))
12#endif
This page took 0.072077 seconds and 5 git commands to generate.