Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935731AbYCEAv4 (ORCPT ); Tue, 4 Mar 2008 19:51:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763410AbYCEAtU (ORCPT ); Tue, 4 Mar 2008 19:49:20 -0500 Received: from 136-022.dsl.labridge.com ([206.117.136.22]:2507 "EHLO mail.perches.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1760592AbYCEAtT (ORCPT ); Tue, 4 Mar 2008 19:49:19 -0500 Subject: [PATCH] include/asm-arm - use angle brackets for includes From: Joe Perches To: Russell King , Nicolas Pitre Cc: linux-arm-kernel@lists.arm.linux.org.uk, LKML Content-Type: text/plain Date: Tue, 04 Mar 2008 16:46:18 -0800 Message-Id: <1204677978.5180.90.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3-1.1mdv2008.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1354 Lines: 44 Signed-off-by: Joe Perches +#include /* working in physical space... */ #undef S3C2410_WDOGREG diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h index a4ce457..75ec760 100644 --- a/include/asm-arm/proc-fns.h +++ b/include/asm-arm/proc-fns.h @@ -214,9 +214,9 @@ #ifndef __ASSEMBLY__ #ifndef MULTI_CPU -#include "asm/cpu-single.h" +#include #else -#include "asm/cpu-multi32.h" +#include #endif #include -- 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/