summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-08 22:48:19 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-08 22:48:19 +0000
commitfa26169f5536ed479d362631a97ffc5aaae8b7c2 (patch)
treed1b57ef6babe234581a486ed3635499017773c59 /target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
parent343e9ffa203702c68e846fd3618ed6b30c2a8713 (diff)
downloadmaster-31e0f0ae-fa26169f5536ed479d362631a97ffc5aaae8b7c2.tar.gz
master-31e0f0ae-fa26169f5536ed479d362631a97ffc5aaae8b7c2.tar.bz2
master-31e0f0ae-fa26169f5536ed479d362631a97ffc5aaae8b7c2.zip
make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9
SVN-Revision: 18346
Diffstat (limited to 'target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch')
-rw-r--r--target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch b/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
index 92bce802bf..552e5f7eb9 100644
--- a/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
+++ b/target/linux/rdc/patches-2.6.30/005-fix_amit_breakage.patch
@@ -15,8 +15,8 @@
#include "boot.h"
#include <asm/segment.h>
-+#ifdef CONFIG_X86_RDC
-+#include <asm/mach-rdc/rdc321x_defs.h>
++#ifdef CONFIG_X86_RDC321X
++#include <asm/rdc321x_defs.h>
+#endif
/*
@@ -25,7 +25,7 @@
die();
}
-+#ifdef CONFIG_X86_RDC
++#ifdef CONFIG_X86_RDC321X
+ {
+ u32 bootctl;
+