]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc: Add a missing include header
authorMathieu Malaterre <malat@debian.org>
Thu, 22 Mar 2018 20:20:04 +0000 (21:20 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 25 May 2018 02:04:46 +0000 (12:04 +1000)
commitd647b210ac738b401c7f824bbebdcbcedbe7cb6b
treef54670a58ec8f91d6ff42e2ccfdf99cd3c028ebe
parentc89ca593220931c150cffda24b4d4ccf82f13fc8
powerpc: Add a missing include header

The header file <asm/switch_to.h> was missing from the includes. Fix the
following warning, treated as error with W=1:

  arch/powerpc/kernel/vecemu.c:260:5: error: no previous prototype for â€˜emulate_altivec’ [-Werror=missing-prototypes]

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/vecemu.c