Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754724Ab3COQQY (ORCPT ); Fri, 15 Mar 2013 12:16:24 -0400 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]:56019 "EHLO cpsmtpb-ews07.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920Ab3COQQX (ORCPT ); Fri, 15 Mar 2013 12:16:23 -0400 Message-ID: <1363364177.1335.123.camel@x61.thuisdomein> Subject: [PATCH] arc: remove #ifdef-ed out include of dead header From: Paul Bolle To: Vineet Gupta Cc: linux-snps-arc@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 15 Mar 2013 17:16:17 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Mar 2013 16:16:18.0042 (UTC) FILETIME=[6C8F9DA0:01CE2198] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 987 Lines: 33 There's no (Kconfig) macro CONFIG_BLOCK_DEV_RAM. (CONFIG_BLK_DEV_RAM does exist though.) But linux/blk.h got killed in 2005 anyway (in a patch titled "kill blk.h"), so these three lines can be removed. Signed-off-by: Paul Bolle --- Untested (no relevant hardware or compiler). arch/arc/mm/init.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arc/mm/init.c b/arch/arc/mm/init.c index caf797d..6634cf5 100644 --- a/arch/arc/mm/init.c +++ b/arch/arc/mm/init.c @@ -10,9 +10,6 @@ #include #include #include -#ifdef CONFIG_BLOCK_DEV_RAM -#include -#endif #include #include #include -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/