summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-28 02:40:53 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-07-28 02:40:53 +0200
commit517e0cc6199dcca54f8d20ebb90e304d4cc93c43 (patch)
tree99b62cf43fc545361d7e6bed6b0b684da28f46f9 /ncr-int.h
parent43a7f1dd1b250fb7a9b03ee6c814a2ad1937891e (diff)
downloadcryptodev-linux-517e0cc6199dcca54f8d20ebb90e304d4cc93c43.tar.gz
cryptodev-linux-517e0cc6199dcca54f8d20ebb90e304d4cc93c43.tar.xz
cryptodev-linux-517e0cc6199dcca54f8d20ebb90e304d4cc93c43.zip
Finally remove the unused list_sem_st.
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 9b66cbd..f6d394a 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -88,11 +88,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.
*/