summaryrefslogtreecommitdiff
path: root/mm/gup_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/gup_test.c')
-rw-r--r--mm/gup_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/gup_test.c b/mm/gup_test.c
index 087ddaf30eb4..e3cf78e5873e 100644
--- a/mm/gup_test.c
+++ b/mm/gup_test.c
@@ -236,7 +236,7 @@ static const struct file_operations gup_test_fops = {
.unlocked_ioctl = gup_test_ioctl,
};
-static int gup_test_init(void)
+static int __init gup_test_init(void)
{
debugfs_create_file_unsafe("gup_test", 0600, NULL, NULL,
&gup_test_fops);