commit | 6f8fd1d77e64dd6be1075041cdfd8de4c2ca4e2b | [log] [tgz] |
---|---|---|
author | Joe Perches <[email protected]> | Fri Jun 06 14:38:08 2014 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Jun 06 16:08:16 2014 -0700 |
tree | bece2621d01d574377d952948d501bb838afc667 | |
parent | a5c5928b759d8c7382cccc7be36769a68046cc58 [diff] |
sysctl: convert use of typedef ctl_table to struct ctl_table This typedef is unnecessary and should just be removed. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>