kernel: add support for gcc 5
authorSasha Levin <sasha.levin@oracle.com>
Mon, 13 Oct 2014 22:51:05 +0000 (15:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:35:12 +0000 (09:35 -0700)
commit42abc5125d0cd1abba9d21133010dcea1f3a0e8f
treef5b089b6e69dbac1e93ae697cf8d614e2897e5f1
parent9345b4559ec8826ec13dd91d95a8cab81748c307
kernel: add support for gcc 5

commit 71458cfc782eafe4b27656e078d379a34e472adf upstream.

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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/compiler-gcc5.h [new file with mode: 0644]