diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-05-27 09:56:07 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-17 20:47:37 +0200 |
commit | 71eb8aa3b9c05b5ab8b8ab9cc0e245349dc2402d (patch) | |
tree | 4754b8563f6aef0f366bae8440f2c2429dfdc88d /ncr.c | |
parent | 44a303448660197234b5eea47747557f485bf959 (diff) | |
download | cryptodev-linux-71eb8aa3b9c05b5ab8b8ab9cc0e245349dc2402d.tar.gz cryptodev-linux-71eb8aa3b9c05b5ab8b8ab9cc0e245349dc2402d.tar.xz cryptodev-linux-71eb8aa3b9c05b5ab8b8ab9cc0e245349dc2402d.zip |
Some updates to compile.
Diffstat (limited to 'ncr.c')
-rw-r--r-- | ncr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ void* ncr_init_lists(void) { struct ncr_lists *lst; - int ret; lst = kmalloc(sizeof(*lst), GFP_KERNEL); if(!lst) |