From: David Howells Date: Mon, 20 Apr 2009 11:46:24 +0000 (+0100) Subject: FRV: Don't attempt to #include as it doesn't exist X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f297bfee71df4f1cc5bacd4dea330e1241ba61ae;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git FRV: Don't attempt to #include as it doesn't exist Stop the FRV arch from attempting to #include as it doesn't exist. Reported-by: Robert P. J. Day Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/arch/frv/kernel/setup.c b/arch/frv/kernel/setup.c index 0669e1382383..55e4fab7c0bc 100644 --- a/arch/frv/kernel/setup.c +++ b/arch/frv/kernel/setup.c @@ -46,7 +46,6 @@ #include #ifdef CONFIG_BLK_DEV_INITRD -#include #include #endif