Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13fe0c8f authored by Sameer Wadgaonkar's avatar Sameer Wadgaonkar Committed by Greg Kroah-Hartman
Browse files

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: default avatarSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1604ebec
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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)
{
{