]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
compat_ioctl: Remove unused local typedef
authorAndi Kleen <ak@linux.intel.com>
Thu, 13 Sep 2012 01:01:12 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 07:28:09 +0000 (17:28 +1000)
commit166d1194485fef8105dde845ed18f711ff903fd1
tree231ee8d7c3cc48de666658e190ed82f2b873df27
parent2a184fe115dcb5c5283639aefa87ce5327727493
compat_ioctl: Remove unused local typedef

gcc 4.8 always warns

fs/compat_ioctl.c: In function 'serial_struct_ioctl':
fs/compat_ioctl.c:609:38: warning: typedef 'SS' locally defined but not used [-Wunused-local-typedefs]
         typedef struct serial_struct SS;

Indeed that typedef is unused, so just remove it.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/compat_ioctl.c