diff options
author | John Crispin <blogic@openwrt.org> | 2012-10-17 22:45:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-10-17 22:45:58 +0000 |
commit | 16ed01db05cf25221a62baf3c8eba135f933a6b1 (patch) | |
tree | 405d52924fbc92967e8681bcca5e9c17d35aab8c /package/ar7-atm/patches-D7.05.01.00/210-3.3-remove-smp_lock.h.patch | |
parent | 2372b1dbdb253065274b8a54846149d634bcea14 (diff) | |
download | master-187ad058-16ed01db05cf25221a62baf3c8eba135f933a6b1.tar.gz master-187ad058-16ed01db05cf25221a62baf3c8eba135f933a6b1.tar.bz2 master-187ad058-16ed01db05cf25221a62baf3c8eba135f933a6b1.zip |
[kernel] move lots of kernel related packages to the new system/ folder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ar7-atm/patches-D7.05.01.00/210-3.3-remove-smp_lock.h.patch')
-rw-r--r-- | package/ar7-atm/patches-D7.05.01.00/210-3.3-remove-smp_lock.h.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/package/ar7-atm/patches-D7.05.01.00/210-3.3-remove-smp_lock.h.patch b/package/ar7-atm/patches-D7.05.01.00/210-3.3-remove-smp_lock.h.patch deleted file mode 100644 index 975ebaf299..0000000000 --- a/package/ar7-atm/patches-D7.05.01.00/210-3.3-remove-smp_lock.h.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/tn7atm.c -+++ b/tn7atm.c -@@ -72,7 +72,7 @@ - #include <linux/atmdev.h> - #include <linux/delay.h> - #include <linux/spinlock.h> --#include <linux/smp_lock.h> -+#include <linux/interrupt.h> - #include <linux/proc_fs.h> - #include <linux/string.h> - #include <linux/ctype.h> ---- a/tn7sar.c -+++ b/tn7sar.c -@@ -49,7 +49,7 @@ - #include <linux/atmdev.h> - #include <linux/delay.h> - #include <linux/spinlock.h> --#include <linux/smp_lock.h> -+#include <linux/interrupt.h> - #include <linux/proc_fs.h> - #include <linux/string.h> - #include <linux/ctype.h> ---- a/tn7dsl.c -+++ b/tn7dsl.c -@@ -108,7 +108,7 @@ - #include <linux/atmdev.h> - #include <linux/delay.h> - #include <linux/spinlock.h> --#include <linux/smp_lock.h> -+#include <linux/interrupt.h> - #include <linux/proc_fs.h> - #include <linux/string.h> - #include <linux/ctype.h> |