summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ixp4xx/files/2.1/40-yvasilev-oslinux.patch')
-rw-r--r--net-misc/ixp4xx/files/2.1/40-yvasilev-oslinux.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-misc/ixp4xx/files/2.1/40-yvasilev-oslinux.patch b/net-misc/ixp4xx/files/2.1/40-yvasilev-oslinux.patch
deleted file mode 100644
index 6c2228dded67..000000000000
--- a/net-misc/ixp4xx/files/2.1/40-yvasilev-oslinux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ixp400_xscale_sw/src/oslinux/IxLinuxInit.c
-+++ ixp400_xscale_sw/src/oslinux/IxLinuxInit.c
-@@ -160,7 +160,7 @@ int ixNpe_dev_open (struct inode *inode,
- return -EEXIST;
- }
-
-- MOD_INC_USE_COUNT; /* Increment use count to prevent premature rmmod-ing */
-+ /* MOD_INC_USE_COUNT; */ /* Increment use count to prevent premature rmmod-ing */
- ixNpeDlSegmentedListHead = NULL; /* Reset linked list which keeps track of Microcode fragments */
- ixNpeDlSegmentedListTail = NULL;
- ixNpeDlTotalBytesReadIn = 0;
-@@ -225,7 +225,7 @@ int ixNpe_dev_release (struct inode *ino
- kfree (temp);
- }
-
-- MOD_DEC_USE_COUNT;
-+ /* MOD_DEC_USE_COUNT; */
-
- return 0;
- }