staging: dgap: removes references to mgmt code
authorLidza Louina <lidza.louina@gmail.com>
Fri, 23 Aug 2013 01:35:17 +0000 (21:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 16:49:19 +0000 (09:49 -0700)
This patch removes references to mgmt functions from
the code. The files mgmt.c and mgmt.h will be
removed in the patches that follow.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap_driver.c

index 0e09ce3c6f368a6b8b8e02f8b34f43eba20cb7a7..ed56d02e11dfc150900b6bb5a3e84070cba0c4a4 100644 (file)
@@ -102,9 +102,6 @@ module_exit(dgap_cleanup_module);
 static struct file_operations DgapBoardFops =
 {
        .owner          =       THIS_MODULE,
-        .unlocked_ioctl =      dgap_mgmt_ioctl,
-       .open           =       dgap_mgmt_open,
-       .release        =       dgap_mgmt_close
 };