Re: [PATCH] staging: media: atomisp: remove unused macros

From: Dan Carpenter

Date: Sat Jun 06 2026 - 05:24:35 EST


On Sat, Jun 06, 2026 at 10:14:47AM +0100, Rhys Tumelty wrote:
> diff --git a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.c b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.c
> index 8513e78856b2..d05832e7f337 100644
> --- a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.c
> +++ b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/debug.c
> @@ -12,7 +12,6 @@
> #include "debug_private.h"
> #endif /* __INLINE_DEBUG__ */
>
> -#define __INLINE_SP__
> #include "sp.h"
>

This is used. It should eventually be cleaned up, but not by randomly
deleting stuff.

regards,
dan carpenter