opnsense-src/sys/compat/linuxkpi
Zhenlei Huang 317cc829ee LinuxKPI: Remove the temporary variable fileid from the macro request_module
The variable fileid stores the result from kern_kldload() but never gets
used. Since the third parameter `*fileid` of kern_kldload() can be NULL,
this unused variable can be safely removed.

No functional change intended.

Reviewed by:	emaste, bz, #linuxkpi
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D44583
2024-04-06 00:26:09 +08:00
..
common LinuxKPI: Remove the temporary variable fileid from the macro request_module 2024-04-06 00:26:09 +08:00
dummy/include LinuxKPI: remove dummy header files with implementation 2024-03-29 19:10:02 +00:00