kernel: add support for gcc 5
authorSasha Levin <sasha.levin@oracle.com>
Mon, 13 Oct 2014 22:51:05 +0000 (15:51 -0700)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 23 Jun 2016 00:41:43 +0000 (00:41 +0000)
commite642744aabf572d1c01c4297f7e978c22534ba53
treec9f3d6b364bce5e4f4779a3a687401d6fa716d3b
parente9107524455b67625c764df44005753c3a9c6360
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 <sasha.levin@oracle.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/compiler-gcc5.h [new file with mode: 0644]