staging: dgap: removes references to mgmt code

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>
This commit is contained in:
Lidza Louina 2013-08-22 21:35:17 -04:00 committed by Greg Kroah-Hartman
parent 8287ac00dd
commit 37351073d8

View 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
};