mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
s390/css: export css_sched_sch_todo
Allow subchannel drivers build as a module to schedule subchannel work. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
1e2076f452
commit
01c5e6dc11
@@ -445,6 +445,7 @@ void css_sched_sch_todo(struct subchannel *sch, enum sch_todo todo)
|
||||
put_device(&sch->dev);
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(css_sched_sch_todo);
|
||||
|
||||
static void css_sch_todo(struct work_struct *work)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user