diff options
Diffstat (limited to 'arch/ia64/kernel/perfmon.c')
-rw-r--r-- | arch/ia64/kernel/perfmon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ia64/kernel/perfmon.c b/arch/ia64/kernel/perfmon.c index d841c4bd6864..5845ffea67c3 100644 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c | |||
@@ -521,7 +521,7 @@ static pmu_config_t *pmu_conf; | |||
521 | pfm_sysctl_t pfm_sysctl; | 521 | pfm_sysctl_t pfm_sysctl; |
522 | EXPORT_SYMBOL(pfm_sysctl); | 522 | EXPORT_SYMBOL(pfm_sysctl); |
523 | 523 | ||
524 | static ctl_table pfm_ctl_table[]={ | 524 | static struct ctl_table pfm_ctl_table[] = { |
525 | { | 525 | { |
526 | .procname = "debug", | 526 | .procname = "debug", |
527 | .data = &pfm_sysctl.debug, | 527 | .data = &pfm_sysctl.debug, |
@@ -552,7 +552,7 @@ static ctl_table pfm_ctl_table[]={ | |||
552 | }, | 552 | }, |
553 | {} | 553 | {} |
554 | }; | 554 | }; |
555 | static ctl_table pfm_sysctl_dir[] = { | 555 | static struct ctl_table pfm_sysctl_dir[] = { |
556 | { | 556 | { |
557 | .procname = "perfmon", | 557 | .procname = "perfmon", |
558 | .mode = 0555, | 558 | .mode = 0555, |
@@ -560,7 +560,7 @@ static ctl_table pfm_sysctl_dir[] = { | |||
560 | }, | 560 | }, |
561 | {} | 561 | {} |
562 | }; | 562 | }; |
563 | static ctl_table pfm_sysctl_root[] = { | 563 | static struct ctl_table pfm_sysctl_root[] = { |
564 | { | 564 | { |
565 | .procname = "kernel", | 565 | .procname = "kernel", |
566 | .mode = 0555, | 566 | .mode = 0555, |