From: William Breathitt Gray Date: Sat, 18 Mar 2023 18:55:03 +0000 (-0400) Subject: iio: addac: stx104: Replace bitops.h header inclusion with bits.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aec463feaca9f726a778499ed57b63ffd9c4c523;p=linux.git iio: addac: stx104: Replace bitops.h header inclusion with bits.h The header is included in the stx104 driver so that we can use the BIT() macro. This macro is actually defined in the header, so replace the header inclusion with . Signed-off-by: William Breathitt Gray Link: https://lore.kernel.org/r/20230318185503.341914-1-william.gray@linaro.org Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/addac/stx104.c b/drivers/iio/addac/stx104.c index 48a91a95e597b..e45b70aa5bb7a 100644 --- a/drivers/iio/addac/stx104.c +++ b/drivers/iio/addac/stx104.c @@ -3,7 +3,7 @@ * IIO driver for the Apex Embedded Systems STX104 * Copyright (C) 2016 William Breathitt Gray */ -#include +#include #include #include #include