]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: gpib: Declare driver entry points static
authorDave Penkler <dpenkler@gmail.com>
Fri, 2 May 2025 07:21:49 +0000 (09:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 11:44:46 +0000 (13:44 +0200)
commitcfa6673eae0281d0840838b9a488b7d2d1e78377
tree83d41398a4b8ba365be035a9e171841cdc5d25f4
parent034a456869a071c635a9997e0bf3947a6cb20b25
staging: gpib: Declare driver entry points static

Many of this driver's entry points were unecessarily not declared
static.

Remove the declarations from the include file.
Make the declarations static in the .c file.
Remove an uneccessary forward declaration in the .c file.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250502072150.32714-3-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/ines/ines.h
drivers/staging/gpib/ines/ines_gpib.c