[PATCH 2/3] module: move finished_loading()

2017-12-07 Thread Luis R. Rodriguez
This has no functional change, just moves a routine earlier as we'll make use of it next. Signed-off-by: Luis R. Rodriguez --- kernel/module.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/kernel/module.c

[PATCH 2/3] module: move finished_loading()

2017-12-07 Thread Luis R. Rodriguez
This has no functional change, just moves a routine earlier as we'll make use of it next. Signed-off-by: Luis R. Rodriguez --- kernel/module.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/kernel/module.c b/kernel/module.c index