[Intel-gfx] [PATCH 1/4] sched: Export io_schedule_timeout()
Eric Anholt
eric at anholt.net
Mon Nov 1 21:23:41 CET 2010
This is the logical partner to the already exported io_schedule() and
schedule_timeout(), and will be used by the DRM.
Signed-off-by: Eric Anholt <eric at anholt.net>
---
kernel/sched.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/sched.c b/kernel/sched.c
index aa14a56..ec853f9 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -5287,6 +5287,7 @@ long __sched io_schedule_timeout(long timeout)
delayacct_blkio_end();
return ret;
}
+EXPORT_SYMBOL(io_schedule_timeout);
/**
* sys_sched_get_priority_max - return maximum RT priority.
--
1.7.2.3
More information about the Intel-gfx
mailing list