diff --git a/[refs] b/[refs] index 0193739e1ce9..f5d9b0747a5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5cdb35557d022f8dc51b532b5cd1a8e9ed7bcdb7 +refs/heads/master: c2a86a67fadd9dddc58f55ce6323c04dde59ebed diff --git a/trunk/crypto/proc.c b/trunk/crypto/proc.c index 5dc07e442fca..fe95975fc533 100644 --- a/trunk/crypto/proc.c +++ b/trunk/crypto/proc.c @@ -25,28 +25,22 @@ #ifdef CONFIG_CRYPTO_FIPS static struct ctl_table crypto_sysctl_table[] = { { - .ctl_name = CTL_UNNUMBERED, .procname = "fips_enabled", .data = &fips_enabled, .maxlen = sizeof(int), .mode = 0444, .proc_handler = &proc_dointvec }, - { - .ctl_name = 0, - }, + {} }; static struct ctl_table crypto_dir_table[] = { { - .ctl_name = CTL_UNNUMBERED, .procname = "crypto", .mode = 0555, .child = crypto_sysctl_table }, - { - .ctl_name = 0, - }, + {} }; static struct ctl_table_header *crypto_sysctls;