add a kernel/ to the start of the path so the arm-readl patch applies

This commit is contained in:
Dennis Gilmore 2011-08-16 14:36:08 -05:00
parent fc919d08c4
commit 51219927a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- arch/arm/include/asm/io.h.orig 2011-07-26 00:44:15.000000000 -0400
+++ arch/arm/include/asm/io.h 2011-07-26 00:40:41.000000000 -0400
--- kernel/arch/arm/include/asm/io.h.orig 2011-07-26 00:44:15.000000000 -0400
+++ kernel/arch/arm/include/asm/io.h 2011-07-26 00:40:41.000000000 -0400
@@ -55,6 +55,46 @@
#define __raw_readw(a) (__chk_io_ptr(a), *(volatile unsigned short __force *)(a))
#define __raw_readl(a) (__chk_io_ptr(a), *(volatile unsigned int __force *)(a))