The driver was causing a build failure when comiled as a module
because the isapnp_read_byte symbol was undefined.
Patch 1 fixes a compile error introduced by an intervening patch
Patch 2 exports the isapnp_read_byte symbol for modules
Patch 3 removes the dependency on BROKEN in Kconfig
Dave Penkler (3):
staging: gpib: Fix pr_err format warning
pnp: isapnp: Export isapnp_read_byte again
staging: gpib: Remove depends on BROKEN
drivers/pnp/isapnp/core.c | 1 +
drivers/staging/gpib/Kconfig | 1 -
drivers/staging/gpib/hp_82341/hp_82341.c | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
--
2.47.1