From: Paul Burton Date: Mon, 7 Nov 2016 11:14:07 +0000 (+0000) Subject: MIPS: Use generic asm/export.h X-Git-Tag: microblaze-4.13-rc1~656^2~63 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=858e2b2310cac0dff1df8eea7d16b6ad7ef2c2b5;p=linux-2.6-microblaze.git MIPS: Use generic asm/export.h Include export.h in the list of generic headers used by the MIPS architecture for use by later patches. Signed-off-by: Paul Burton Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/14506/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild index 45b0d6568270..ed07179fe26a 100644 --- a/arch/mips/include/asm/Kbuild +++ b/arch/mips/include/asm/Kbuild @@ -5,6 +5,7 @@ generic-y += cputime.h generic-y += current.h generic-y += dma-contiguous.h generic-y += emergency-restart.h +generic-y += export.h generic-y += irq_work.h generic-y += local64.h generic-y += mcs_spinlock.h