From 23b9718ff70049806a7d42900533d8d8a2d0631b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 11 Apr 2007 07:50:26 +0000 Subject: orinoco-modules: dropped as they are provided by 2.6 kernel now git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1475 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../orinoco-modules-0.15rc2/list-move.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/packages/orinoco/orinoco-modules-0.15rc2/list-move.patch (limited to 'meta/packages/orinoco/orinoco-modules-0.15rc2/list-move.patch') diff --git a/meta/packages/orinoco/orinoco-modules-0.15rc2/list-move.patch b/meta/packages/orinoco/orinoco-modules-0.15rc2/list-move.patch deleted file mode 100644 index cd8bec0ec..000000000 --- a/meta/packages/orinoco/orinoco-modules-0.15rc2/list-move.patch +++ /dev/null @@ -1,22 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- orinoco-0.15rc1/kcompat.h~list-move.patch 2004-04-19 07:08:24.000000000 +0200 -+++ orinoco-0.15rc1/kcompat.h 2004-06-15 19:16:17.000000000 +0200 -@@ -39,13 +39,12 @@ - typedef void irqreturn_t; - #endif - --#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,20)) -+#if 0 - static inline void list_move(struct list_head *list, struct list_head *head) - { - __list_del(list->prev, list->next); - list_add(list, head); - } -- - static inline void list_move_tail(struct list_head *list, - struct list_head *head) - { -- cgit v1.2.3