From: Sasha Levin Date: Mon, 13 Oct 2014 22:51:05 +0000 (-0700) Subject: kernel: add support for gcc 5 X-Git-Tag: fixes-against-v3.18-rc2~79^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71458cfc782eafe4b27656e078d379a34e472adf;p=pandora-kernel.git kernel: add support for gcc 5 We're missing include/linux/compiler-gcc5.h which is required now because gcc branched off to v5 in trunk. Just copy the relevant bits out of include/linux/compiler-gcc4.h, no new code is added as of now. This fixes a build error when using gcc 5. Signed-off-by: Sasha Levin Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed