From 36ad042166bbc02bfa9c274ff6336de1e7d4e336 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 28 Jul 2010 02:43:11 +0200 Subject: Drop a duplicate prototype --- ncr-int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ncr-int.h b/ncr-int.h index 733bb77..489e052 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -123,7 +123,6 @@ int ncr_key_generate(struct list_sem_st* data_lst, void __user* arg); int ncr_key_info(struct list_sem_st*, void __user* arg); int ncr_key_generate_pair(struct list_sem_st* lst, void __user* arg); -int ncr_key_derive(struct list_sem_st*, void __user* arg); int ncr_key_get_public(struct list_sem_st* lst, void __user* arg); int ncr_key_item_get_read(struct key_item_st**st, struct list_sem_st* lst, -- cgit