blob: c5981aa3b7521ec71e8d109b35b6afe714e2b046 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- ixp400_xscale_sw/src/linux/vx.c~ugh 2003-12-12 14:58:34.000000000 -0500
+++ ixp400_xscale_sw/src/linux/vx.c 2004-11-14 17:50:07.610969440 -0500
@@ -31,8 +31,8 @@
*
* -- End Intel Copyright Notice --
*/
-#include <asm-arm/system.h>
-#include <asm-arm/semaphore.h>
+#include <asm/system.h>
+#include <asm/semaphore.h>
#include <linux/kernel.h>
#include <linux/time.h>
#include <linux/sched.h>
|