drivers: staging: ft1000: Fix IOCTL_FT1000_* marcos
authorArtem Fetishev <wwctrsrx@gmail.com>
Sun, 11 May 2014 18:14:27 +0000 (21:14 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:49:45 +0000 (13:49 -0700)
commitb4da658ea91f8813f3eee8f40c82a7937449a741
treea8264ee2a36d9bb91c699dfb46e68d885ed3b8fb
parent5fd29b013b0df6bcb411c54f21a2661c142a118e
drivers: staging: ft1000: Fix IOCTL_FT1000_* marcos

Fixes include:
 - Add closing brackets;
 - Remove sizeof (_IOR and _IOW macro can accept types);
 - Replace _IOW which size of 0 (the last arg) with _IO.
 - Actually these macros are not used anywhere and might be removed.

Signed-off-by: Artem Fetishev <wwctrsrx@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h