]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md: Convert use of typedef ctl_table to struct ctl_table
authorJoe Perches <joe@perches.com>
Tue, 22 Oct 2013 22:29:51 +0000 (15:29 -0700)
committerNeilBrown <neilb@suse.de>
Thu, 24 Oct 2013 02:40:00 +0000 (13:40 +1100)
commit21aac8b3a86ced18c60df707c19bd33e09e1d753
tree776fd3e0c6ebab22aaf9e27e83dbaab876571840
parent327f5f898010b46243d0dafb14dd0816f0b48361
md: Convert use of typedef ctl_table to struct ctl_table

This typedef is unnecessary and should just be removed.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c