Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760606AbYCEQsJ (ORCPT ); Wed, 5 Mar 2008 11:48:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756010AbYCEQrz (ORCPT ); Wed, 5 Mar 2008 11:47:55 -0500 Received: from 136-022.dsl.labridge.com ([206.117.136.22]:3276 "EHLO mail.perches.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754509AbYCEQry (ORCPT ); Wed, 5 Mar 2008 11:47:54 -0500 Subject: Re: [PATCH] include/asm-arm - use angle brackets for includes From: Joe Perches To: Russell King , Ben Dooks Cc: Nicolas Pitre , linux-arm-kernel@lists.arm.linux.org.uk, LKML In-Reply-To: <1204677978.5180.90.camel@localhost> References: <1204677978.5180.90.camel@localhost> Content-Type: text/plain Date: Wed, 05 Mar 2008 08:44:13 -0800 Message-Id: <1204735453.17370.21.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: 1374 Lines: 46 Signature too... Signed-off-by: Joe Perches include/asm-arm/plat-s3c/uncompress.h | 4 ++-- include/asm-arm/proc-fns.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/asm-arm/plat-s3c/uncompress.h b/include/asm-arm/plat-s3c/uncompress.h index b5e6208..19b9eda 100644 --- a/include/asm-arm/plat-s3c/uncompress.h +++ b/include/asm-arm/plat-s3c/uncompress.h @@ -27,8 +27,8 @@ static void arch_detect_cpu(void); /* defines for UART registers */ -#include "asm/plat-s3c/regs-serial.h" -#include "asm/plat-s3c/regs-watchdog.h" +#include +#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/