summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel/2.6.16/copypage-xscale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.16/copypage-xscale.patch')
-rw-r--r--packages/linux/ixp4xx-kernel/2.6.16/copypage-xscale.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/copypage-xscale.patch b/packages/linux/ixp4xx-kernel/2.6.16/copypage-xscale.patch
deleted file mode 100644
index b73d219708..0000000000
--- a/packages/linux/ixp4xx-kernel/2.6.16/copypage-xscale.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-*** linux-2.6.16/arch/arm/mm/copypage-xscale.c- Mon Mar 27 19:10:25 2006
---- linux-2.6.16/arch/arm/mm/copypage-xscale.c Sun Mar 26 19:32:53 2006
-***************
-*** 15,20 ****
---- 15,21 ----
- */
- #include <linux/init.h>
- #include <linux/mm.h>
-+ #include <linux/module.h>
-
- #include <asm/page.h>
- #include <asm/pgtable.h>
-***************
-*** 129,131 ****
---- 130,135 ----
- .cpu_clear_user_page = xscale_mc_clear_user_page,
- .cpu_copy_user_page = xscale_mc_copy_user_page,
- };
-+
-+ EXPORT_SYMBOL(xscale_mc_clear_user_page);
-+ EXPORT_SYMBOL(xscale_mc_copy_user_page);