]> 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>
Mon, 17 Sep 2012 10:46:10 +0000 (20:46 +1000)
commitf3af897655b2d39105e4727bab7163f37b99d30b
tree12e1fd452436fcd57175e43388640a955b99a67e
parent09e481e31a7df108d0313a2374e4bd0d7141ced5
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