--- zzzz-none-000/linux-3.10.107/drivers/misc/bmp085-spi.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/misc/bmp085-spi.c 2021-02-04 17:41:59.000000000 +0000 @@ -41,7 +41,7 @@ return err; } - return bmp085_probe(&client->dev, regmap); + return bmp085_probe(&client->dev, regmap, client->irq); } static int bmp085_spi_remove(struct spi_device *client) @@ -64,7 +64,6 @@ static struct spi_driver bmp085_spi_driver = { .driver = { - .owner = THIS_MODULE, .name = BMP085_NAME, .of_match_table = bmp085_of_match },