These patches address some outstanding issues with the ines driver.
The issue addressed by patch 1 was exposed after the entry points
were declared static (patch 2).
Patch 1: Fixes an invalid ifdef config identifier
Patch 2: Changes the driver entry points as static
Patch 3: Corrects an unused variable warning
Dave Penkler (3):
staging: gpib: Fix PCMCIA config identifier
staging: gpib: Declare driver entry points static
staging: gpib: Avoid unused variable warning
drivers/staging/gpib/ines/ines.h | 44 -------------
drivers/staging/gpib/ines/ines_gpib.c | 95 ++++++++++++++-------------
2 files changed, 48 insertions(+), 91 deletions(-)
--
2.49.0