The intermediate symbol GPIB_PCMCIA was used for compiling the optional PCMCIA support in the out-of-tree drivers. These patches now replace the redundant symbol with the Kconfig symbol and remove its definition. Patch 1: Changes the drivers to use the Kconfig symbol CONFIG_GPIB_PCMCIA directly. Patch 2: Removes the definition of the intermediate symbol from the respective Makefiles. Dave Penkler (2): staging;gpib: Use Kconfig PCMCIA conditional compilation symbol staging:gpib: Remove definition of GPIB_PCMCIA in Makefiles drivers/staging/gpib/cb7210/Makefile | 1 - drivers/staging/gpib/cb7210/cb7210.c | 10 +++++----- drivers/staging/gpib/ines/Makefile | 1 - drivers/staging/gpib/ines/ines_gpib.c | 8 ++++---- drivers/staging/gpib/tnt4882/Makefile | 1 - drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 12 ++++++------ 6 files changed, 15 insertions(+), 18 deletions(-) -- 2.48.1