Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Petre Rodan and committed by
Jonathan Cameron
00393004 d8cfb1c6

-1
-1
drivers/iio/accel/bma220_i2c.c
··· 8 8 * I2C address is either 0x0b or 0x0a depending on CSB (pin 10) 9 9 */ 10 10 11 - #include <linux/errno.h> 12 11 #include <linux/i2c.h> 13 12 #include <linux/mod_devicetable.h> 14 13 #include <linux/module.h>