summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_compat32.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2009-03-17 02:06:26 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 21:53:58 (GMT)
commitd0a353f637593ce8b0e08848cc7c871b766cb4ee (patch)
tree6dfbb62c00351c0ca8da0e6bea04f0fc3925a276 /drivers/staging/comedi/comedi_compat32.c
parent0707bb04be89b18ee83b5a997e36cc585f0b988d (diff)
downloadlinux-fsl-qoriq-d0a353f637593ce8b0e08848cc7c871b766cb4ee.tar.xz
Staging: comedi: Remove comedi_rangeinfo typedef
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/comedi/comedi_compat32.c')
-rw-r--r--drivers/staging/comedi/comedi_compat32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedi_compat32.c b/drivers/staging/comedi/comedi_compat32.c
index f3cedb5..2fa771e 100644
--- a/drivers/staging/comedi/comedi_compat32.c
+++ b/drivers/staging/comedi/comedi_compat32.c
@@ -158,7 +158,7 @@ static int compat_chaninfo(struct file *file, unsigned long arg)
/* Handle 32-bit COMEDI_RANGEINFO ioctl. */
static int compat_rangeinfo(struct file *file, unsigned long arg)
{
- comedi_rangeinfo __user *rangeinfo;
+ struct comedi_rangeinfo __user *rangeinfo;
struct comedi32_rangeinfo_struct __user *rangeinfo32;
int err;
union {