staging:ced1401: remove read write callbacks from fops
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 20 Sep 2012 16:10:57 +0000 (12:10 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Sep 2012 15:56:41 +0000 (08:56 -0700)
commitbae95b09076abeecd193a8efbc34c00f4309d3f6
treea2d5c844361b5afde35239b521052486f2a4d4ad
parent2341111f6dcfad5f81d3de21acc43c97ce56ec60
staging:ced1401: remove read write callbacks from fops

As the driver says that read and writes should not be performed
and instead the user to kernel transactions are performed through
ioctl interface, remove these functions as they are not required

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ced1401/usb1401.c