From b8d0e51373d107a62a364ec7c7abce9cad6ba7cd Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 13 Oct 2023 12:32:52 -0500 Subject: [PATCH] iio: adc: ad_pulsar: drop 5.10 compatibility This removes the #define IIO_DMA_MINALIGN from the ad_pulsar driver. This was previously needed to support 5.10 kernels, but is no longer needed since we are now based on the 6.1 kernel. Signed-off-by: David Lechner --- drivers/iio/adc/ad_pulsar.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/iio/adc/ad_pulsar.c b/drivers/iio/adc/ad_pulsar.c index 1343e1d795e9ae..72848451b76f7c 100644 --- a/drivers/iio/adc/ad_pulsar.c +++ b/drivers/iio/adc/ad_pulsar.c @@ -29,11 +29,6 @@ #include #include -/* 5.10 compatibility */ -#include -#define IIO_DMA_MINALIGN ARCH_KMALLOC_MINALIGN -/* end 5.10 compatibility */ - #define AD_PULSAR_REG_CONFIG 0x00 #define AD7682_NUM_TEMP_CHANNELS 1