提交 560db7cc 编写于 作者: N Nick Alcock 提交者: Luis Chamberlain

interconnect: remove module-related code

Now the interconnect core can no longer be a module, drop all remaining
module-related code as well.
Signed-off-by: NNick Alcock <nick.alcock@oracle.com>
Requested-by: NGeorgi Djakov <djakov@kernel.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: linux-modules@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com>
Cc: Georgi Djakov <djakov@kernel.org>
Cc: linux-pm@vger.kernel.org
Signed-off-by: NLuis Chamberlain <mcgrof@kernel.org>
上级 c0a8c5d0
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <linux/interconnect.h> #include <linux/interconnect.h>
#include <linux/interconnect-provider.h> #include <linux/interconnect-provider.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/module.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/of.h> #include <linux/of.h>
...@@ -1147,6 +1146,3 @@ static int __init icc_init(void) ...@@ -1147,6 +1146,3 @@ static int __init icc_init(void)
} }
device_initcall(icc_init); device_initcall(icc_init);
MODULE_AUTHOR("Georgi Djakov <georgi.djakov@linaro.org>");
MODULE_DESCRIPTION("Interconnect Driver Core");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册