diff options
author | Monam Agarwal <monamagarwal123@gmail.com> | 2014-03-02 22:46:15 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-07 13:39:56 -0800 |
commit | b66cbef25e91128878501aa70489514b74ea6eca (patch) | |
tree | 17da1cfd18068dc715d118bd2759e1dd0c793629 | |
parent | e68f33b881d8476482701cc13393ef2e9e3b0061 (diff) |
Staging: ced1401: Fix removed unused structs
This patch removes an unused struct while at the same time removing checkpatch.pl warning
WARNING: Avoid use of typedef
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/ced1401/ced_ioctl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/ced1401/ced_ioctl.h b/drivers/staging/ced1401/ced_ioctl.h index 50768ffec55..fa2c7d6fe79 100644 --- a/drivers/staging/ced1401/ced_ioctl.h +++ b/drivers/staging/ced1401/ced_ioctl.h @@ -83,12 +83,6 @@ typedef struct TCSBlock { */ #define CED_MAGIC_IOC 0xce -/* NBNB: READ and WRITE are from the point of view of the device, not user. */ -typedef struct ced_ioc_string { - int nChars; - char buffer[256]; -} CED_IOC_STRING; - #define IOCTL_CED_SENDSTRING(n) _IOC(_IOC_WRITE, CED_MAGIC_IOC, 2, n) #define IOCTL_CED_RESET1401 _IO(CED_MAGIC_IOC, 3) |