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: Remove unused macro definition for driver and IRQ name

These macro definitions are completely unused. Remove them.

Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
Link: https://patch.msgid.link/0dec4fe7b2bdc90d06163ac75a53b97d4ae31c21.1748356671.git.waqar.hameed@axis.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Waqar Hameed and committed by
Jonathan Cameron
c1489653 851b8544

-7
-3
drivers/iio/accel/bma180.c
··· 29 29 #include <linux/iio/trigger_consumer.h> 30 30 #include <linux/iio/triggered_buffer.h> 31 31 32 - #define BMA180_DRV_NAME "bma180" 33 - #define BMA180_IRQ_NAME "bma180_event" 34 - 35 32 enum chip_ids { 36 33 BMA023, 37 34 BMA150,
-2
drivers/iio/accel/bmc150-accel-core.c
··· 25 25 26 26 #include "bmc150-accel.h" 27 27 28 - #define BMC150_ACCEL_DRV_NAME "bmc150_accel" 29 - 30 28 #define BMC150_ACCEL_REG_CHIP_ID 0x00 31 29 32 30 #define BMC150_ACCEL_REG_INT_STATUS_2 0x0B
-2
drivers/iio/magnetometer/bmc150_magn.c
··· 28 28 29 29 #include "bmc150_magn.h" 30 30 31 - #define BMC150_MAGN_DRV_NAME "bmc150_magn" 32 - 33 31 #define BMC150_MAGN_REG_CHIP_ID 0x40 34 32 #define BMC150_MAGN_CHIP_ID_VAL 0x32 35 33