public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Penkler <dpenkler@gmail.com>
To: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
	linux-kernel@vger.kernel.org
Cc: Dave Penkler <dpenkler@gmail.com>
Subject: [PATCH 0/2] staging: gpib: Remove redundant compilation symbol
Date: Mon, 10 Feb 2025 16:10:20 +0100	[thread overview]
Message-ID: <20250210151022.4358-1-dpenkler@gmail.com> (raw)

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


             reply	other threads:[~2025-02-10 15:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-10 15:10 Dave Penkler [this message]
2025-02-10 15:10 ` [PATCH 1/2] staging;gpib: Use Kconfig PCMCIA compilation symbol Dave Penkler
2025-02-10 15:10 ` [PATCH 2/2] staging:gpib: Remove GPIB_PCMCIA in Makefiles Dave Penkler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250210151022.4358-1-dpenkler@gmail.com \
    --to=dpenkler@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox