aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/kernel/proc.c')
-rw-r--r--arch/tile/kernel/proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tile/kernel/proc.c b/arch/tile/kernel/proc.c
index 681100c59fda..6829a9508649 100644
--- a/arch/tile/kernel/proc.c
+++ b/arch/tile/kernel/proc.c
@@ -113,7 +113,7 @@ arch_initcall(proc_tile_init);
113 * Support /proc/sys/tile directory 113 * Support /proc/sys/tile directory
114 */ 114 */
115 115
116static ctl_table unaligned_subtable[] = { 116static struct ctl_table unaligned_subtable[] = {
117 { 117 {
118 .procname = "enabled", 118 .procname = "enabled",
119 .data = &unaligned_fixup, 119 .data = &unaligned_fixup,
@@ -138,7 +138,7 @@ static ctl_table unaligned_subtable[] = {
138 {} 138 {}
139}; 139};
140 140
141static ctl_table unaligned_table[] = { 141static struct ctl_table unaligned_table[] = {
142 { 142 {
143 .procname = "unaligned_fixup", 143 .procname = "unaligned_fixup",
144 .mode = 0555, 144 .mode = 0555,