diff options
-rw-r--r-- | include/linux/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/key.h b/include/linux/key.h index 80d677483e31..3ae45f09589b 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
@@ -332,7 +332,7 @@ do { \ | |||
332 | } while (0) | 332 | } while (0) |
333 | 333 | ||
334 | #ifdef CONFIG_SYSCTL | 334 | #ifdef CONFIG_SYSCTL |
335 | extern ctl_table key_sysctls[]; | 335 | extern struct ctl_table key_sysctls[]; |
336 | #endif | 336 | #endif |
337 | /* | 337 | /* |
338 | * the userspace interface | 338 | * the userspace interface |