summaryrefslogtreecommitdiff
blob: 6c2228dded6771dd973b2d26fbe1d6292c4d8bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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;
 }