[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aRG_8iBPtHjpvzxu@hovoldconsulting.com>
Date: Mon, 10 Nov 2025 11:35:30 +0100
From: Johan Hovold <johan@...nel.org>
To: Dave Penkler <dpenkler@...il.com>
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 02/11] staging: Remove build of gpib drivers from Makefile
On Mon, Nov 10, 2025 at 11:24:58AM +0100, Dave Penkler wrote:
> Once the gpib drivers have moved out of staging/ the build
> rule for the gpib drivers in staging is no longer required.
>
> Signed-off-by: Dave Penkler <dpenkler@...il.com>
> ---
> drivers/staging/Makefile | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
> index e681e403509c..f5b8876aa536 100644
> --- a/drivers/staging/Makefile
> +++ b/drivers/staging/Makefile
> @@ -13,4 +13,3 @@ obj-$(CONFIG_MOST) += most/
> obj-$(CONFIG_GREYBUS) += greybus/
> obj-$(CONFIG_BCM2835_VCHIQ) += vc04_services/
> obj-$(CONFIG_XIL_AXIS_FIFO) += axis-fifo/
> -obj-$(CONFIG_GPIB) += gpib/
Just fold this into whatever patch is removing the last gpib staging
bits.
Johan
Powered by blists - more mailing lists