From f721582a5c021dc28172dd478c1e4d0388f83d6c Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 19 Aug 2011 13:50:47 -0700 Subject: [PATCH] on the SCCm we include always scc_memcpy.h --- arch/x86/scc/iRCCE_get.c | 2 +- arch/x86/scc/iRCCE_put.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/scc/iRCCE_get.c b/arch/x86/scc/iRCCE_get.c index 7916c268..8859bfed 100644 --- a/arch/x86/scc/iRCCE_get.c +++ b/arch/x86/scc/iRCCE_get.c @@ -35,7 +35,7 @@ #include -#ifdef COPPERRIDGE +#if defined(COPPERRIDGE) || defined(SCC) #include "scc_memcpy.h" #endif diff --git a/arch/x86/scc/iRCCE_put.c b/arch/x86/scc/iRCCE_put.c index e810057a..96060cae 100644 --- a/arch/x86/scc/iRCCE_put.c +++ b/arch/x86/scc/iRCCE_put.c @@ -35,7 +35,7 @@ #include -#ifdef COPPERRIDGE +#if defined(COPPERRIDGE) || defined(SCC) #include "scc_memcpy.h" #endif