iio: accel: bma220: remove useless include

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>
This commit is contained in:
Petre Rodan 2025-10-14 19:42:58 +03:00 committed by Jonathan Cameron
parent d8cfb1c649
commit 0039300407

View 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>