summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-28 02:40:53 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-08 04:55:56 +0200
commit8fa63ae00c7f1fd3d165a10ee91eb9241a78748f (patch)
treefc7930e24fb14a86b9d705b68e95c0afdd134299
parent7a0031ac07b250d2696248305738054f6b3b3adf (diff)
downloadcryptodev-linux-8fa63ae00c7f1fd3d165a10ee91eb9241a78748f.tar.gz
cryptodev-linux-8fa63ae00c7f1fd3d165a10ee91eb9241a78748f.tar.xz
cryptodev-linux-8fa63ae00c7f1fd3d165a10ee91eb9241a78748f.zip
Finally remove the unused list_sem_st.
-rw-r--r--ncr-int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ncr-int.h b/ncr-int.h
index c0200f8..008a89b 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -89,11 +89,6 @@ struct key_item_st {
ncr_key_t desc;
};
-struct list_sem_st {
- struct list_head list;
- struct semaphore sem;
-};
-
/* all the data associated with the open descriptor
* are here.
*/