kernel/drivers/iio/gyro/adxrs450.c
.. .. @@ -1,9 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * ADXRS450/ADXRS453 Digital Output Gyroscope Driver 3 4 * 4 5 * Copyright 2011 Analog Devices Inc. 5 - *6 - * Licensed under the GPL-2.7 6 */ 8 7 9 8 #include <linux/interrupt.h> .. .. @@ -425,7 +424,6 @@ 425 424 /* This is only used for removal purposes */ 426 425 spi_set_drvdata(spi, indio_dev); 427 426 428 - indio_dev->dev.parent = &spi->dev;429 427 indio_dev->info = &adxrs450_info; 430 428 indio_dev->modes = INDIO_DIRECT_MODE; 431 429 indio_dev->channels =