summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorLidza Louina <lidza.louina@gmail.com>2013-08-23 01:35:17 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-23 16:49:19 (GMT)
commit37351073d83027f1bd5ccacd7deb216c87b3a004 (patch)
tree3967f7389abae622b27475a038eb2ee7ec293aed /drivers/staging
parent8287ac00ddfece19834d40a424406eecc692b407 (diff)
downloadlinux-fsl-qoriq-37351073d83027f1bd5ccacd7deb216c87b3a004.tar.xz
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/dgap/dgap_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/dgap/dgap_driver.c b/drivers/staging/dgap/dgap_driver.c
index 0e09ce3..ed56d02 100644
--- a/drivers/staging/dgap/dgap_driver.c
+++ b/drivers/staging/dgap/dgap_driver.c
@@ -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
};