kmodloader: remove unneeded uname() call
authorTony Ambardar <itugrok@yahoo.com>
Thu, 14 Dec 2023 07:17:24 +0000 (23:17 -0800)
committerTony Ambardar <itugrok@yahoo.com>
Thu, 14 Dec 2023 07:17:24 +0000 (23:17 -0800)
commit11cb29e15d68e05a1fef8376fee6d7549ced840a
tree196dea039fd3ffaa6b49cdaf76ffb319ae7dd039
parentc08709cceb554cba02c935d1442f6a042fe6b2a8
kmodloader: remove unneeded uname() call

This is not used in scan_modules_folder() so drop.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
kmodloader.c