提交 13fe0c8f 编写于 作者: S Sameer Wadgaonkar 提交者: Greg Kroah-Hartman

staging: unisys: visorbus: remove EXPORT_SYMBOL_GPL for visor_check_channel

Removing EXPORT_SYMBOL_GPU from visor_check_channel since it is
used only in visorbus.
Signed-off-by: NSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: NDavid Kershner <david.kershner@unisys.com>
Reviewed-by: NTim Sell <timothy.sell@unisys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1604ebec
...@@ -116,7 +116,6 @@ int visor_check_channel(struct channel_header *ch, ...@@ -116,7 +116,6 @@ int visor_check_channel(struct channel_header *ch,
} }
return 1; return 1;
} }
EXPORT_SYMBOL_GPL(visor_check_channel);
static int visorbus_uevent(struct device *xdev, struct kobj_uevent_env *env) static int visorbus_uevent(struct device *xdev, struct kobj_uevent_env *env)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册