From 400db64f94c280335a98ac6545c3da5c4857a3c0 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 27 Mar 2008 14:52:15 +1100 Subject: [PATCH] --- yaml --- r: 87853 b: refs/heads/master c: f6d107fb10def502522b10bfb7af9533afbb8274 h: refs/heads/master i: 87851: 53b04ea81318aa5acfcddab5b96c8b78378067b7 v: v3 --- [refs] | 2 +- trunk/kernel/futex.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 61123d0cf10a..7213f777c5aa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee20a0dd5400e771ff93eb7f2bcc731eab1f377e +refs/heads/master: f6d107fb10def502522b10bfb7af9533afbb8274 diff --git a/trunk/kernel/futex.c b/trunk/kernel/futex.c index 06968cd79200..87a6428cb5b6 100644 --- a/trunk/kernel/futex.c +++ b/trunk/kernel/futex.c @@ -2158,7 +2158,7 @@ static struct file_system_type futex_fs_type = { .kill_sb = kill_anon_super, }; -static int __init init(void) +static int __init futex_init(void) { u32 curval; int i; @@ -2194,4 +2194,4 @@ static int __init init(void) return 0; } -__initcall(init); +__initcall(futex_init);