Commit 560db7cc authored by Nick Alcock's avatar Nick Alcock Committed by 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: default avatarNick Alcock <nick.alcock@oracle.com>
Requested-by: default avatarGeorgi 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: default avatarLuis Chamberlain <mcgrof@kernel.org>
parent c0a8c5d0
......@@ -13,7 +13,6 @@
#include <linux/interconnect.h>
#include <linux/interconnect-provider.h>
#include <linux/list.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/of.h>
......@@ -1147,6 +1146,3 @@ static int __init icc_init(void)
}
device_initcall(icc_init);
MODULE_AUTHOR("Georgi Djakov <georgi.djakov@linaro.org>");
MODULE_DESCRIPTION("Interconnect Driver Core");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment