]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: accel: bma220: remove useless include
authorPetre Rodan <petre.rodan@subdimension.ro>
Tue, 14 Oct 2025 16:42:58 +0000 (19:42 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 19 Oct 2025 10:59:23 +0000 (11:59 +0100)
Remove errno.h include from bma220_i2c.c since error codes are generated
within bma220_core.c instead.

Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/bma220_i2c.c

index 5dc7c38f53b3173ff43ca29b63132ec44e672cde..2b85d4921768d466a17a0037d778538442c95f75 100644 (file)
@@ -8,7 +8,6 @@
  * I2C address is either 0x0b or 0x0a depending on CSB (pin 10)
  */
 
-#include <linux/errno.h>
 #include <linux/i2c.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>