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

Commit 566a1740 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove void return from uislib_mod_exit()



Remove the extraneous return from the uislib module exit function.

Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 81e4c97e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1626,7 +1626,6 @@ uislib_mod_exit(void)
	debugfs_remove(dir_debugfs);

	DBGINF("goodbye.\n");
	return;
}

module_init(uislib_mod_init);