aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_gsn_edf.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/sched_gsn_edf.c')
-rw-r--r--litmus/sched_gsn_edf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c
index c525d43eb051..c5c9600c33d8 100644
--- a/litmus/sched_gsn_edf.c
+++ b/litmus/sched_gsn_edf.c
@@ -895,7 +895,8 @@ static struct litmus_lock* gsnedf_new_fmlp(void)
895/* **** lock constructor **** */ 895/* **** lock constructor **** */
896 896
897 897
898static long gsnedf_allocate_lock(struct litmus_lock **lock, int type) 898static long gsnedf_allocate_lock(struct litmus_lock **lock, int type,
899 void* __user unused)
899{ 900{
900 int err = -ENXIO; 901 int err = -ENXIO;
901 902