mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1604ebecdb
commit
13fe0c8f72
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ int visor_check_channel(struct channel_header *ch,
|
|||
}
|
||||
return 1;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(visor_check_channel);
|
||||
|
||||
static int visorbus_uevent(struct device *xdev, struct kobj_uevent_env *env)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue