drivers: sensor: ak8975: remove legacy reference to MPU6050

MPU6050 no longer using Kconfig to specify I2C addresses.  Reference
to the removed symbol causes QA diagnostics.  Remove the reference;
when AK8975 is converted to devicetree it may be possible to restore
the link between the sensors.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-01-03 08:42:06 -06:00 committed by Carles Cufí
commit 19a0f354ae

View file

@ -30,8 +30,6 @@
#ifdef CONFIG_MPU9150_I2C_ADDR
#define MPU9150_I2C_ADDR CONFIG_MPU9150_I2C_ADDR
#else
#define MPU9150_I2C_ADDR CONFIG_MPU6050_I2C_ADDR
#endif
#define MPU9150_REG_BYPASS_CFG 0x37