From: Lidza Louina Date: Fri, 23 Aug 2013 01:35:17 +0000 (-0400) Subject: staging: dgap: removes references to mgmt code X-Git-Tag: upstream/snapshot3+hdmi~4473^2~133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37351073d83027f1bd5ccacd7deb216c87b3a004;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 };