[PATCH] gcc: add compiler-gcc5.h to allow the kernel to be build with next gcc release

From: Hannes Frederic Sowa
Date: Tue Aug 26 2014 - 17:18:18 EST


Signed-off-by: Hannes Frederic Sowa <hannes@xxxxxxxxxxxxxxxxxxx>
---
include/linux/compiler-gcc5.h | 1 +
1 file changed, 1 insertion(+)
create mode 100644 include/linux/compiler-gcc5.h

diff --git a/include/linux/compiler-gcc5.h b/include/linux/compiler-gcc5.h
new file mode 100644
index 0000000..4de95e7
--- /dev/null
+++ b/include/linux/compiler-gcc5.h
@@ -0,0 +1 @@
+#include <linux/compiler-gcc4.h>
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/