]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
make sched_switch() static
authorAntti Kantee <pooka@iki.fi>
Mon, 20 Apr 2015 11:52:50 +0000 (11:52 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 20 Apr 2015 11:52:50 +0000 (11:52 +0000)
platform/xen/xen/sched.c

index e53325e4be3c546a58101ca7fc2244c35ea52914..7e97d20d21d1f7843bed2dda5647a565a54cd28a 100644 (file)
@@ -159,7 +159,7 @@ print_threadinfo(struct bmk_thread *thread)
            thread->bt_name, thread, thread->bt_flags);
 }
 
-void
+static void
 sched_switch(struct bmk_thread *prev, struct bmk_thread *next)
 {