Blob Blame History Raw
From: Takashi Iwai <tiwai@suse.de>
Subject: kABI workaround for fxls8962af iio accel drivers
Patch-mainline: Never, kABK workaround
References: git-fixes

The patch
  patches.suse/iio-accel-fxls8962af-add-padding-to-regmap-for-SPI.patch
renamed the exported kernel symbol fxls8962af_regmap_conf to
fxls8962af_i2c_regmap_conf.  Rename back internally for keeping kABI.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/iio/accel/fxls8962af.h |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/iio/accel/fxls8962af.h
+++ b/drivers/iio/accel/fxls8962af.h
@@ -17,6 +17,7 @@ int fxls8962af_core_probe(struct device
 int fxls8962af_core_remove(struct device *dev);
 
 extern const struct dev_pm_ops fxls8962af_pm_ops;
+#define fxls8962af_i2c_regmap_conf fxls8962af_regmap_conf /* FIXME: SLE15-SP4 kABI compatibility */
 extern const struct regmap_config fxls8962af_i2c_regmap_conf;
 extern const struct regmap_config fxls8962af_spi_regmap_conf;