]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
iio: test: drop dangling symbol in gain-time-scale helpers
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 28 Dec 2025 07:10:29 +0000 (23:10 -0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 31 Dec 2025 17:59:26 +0000 (17:59 +0000)
The code for this never went upstream. It was replaced by other code,
so this should be dropped.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216748
Fixes: cf996f039679 ("iio: test: test gain-time-scale helpers")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/test/Kconfig

index 6e65e929791ca247df9ac993fddbb4da557d5dfa..4fc17dd0dcd770ce0160fffb9cccf4026031b68e 100644 (file)
@@ -8,7 +8,6 @@ config IIO_GTS_KUNIT_TEST
        tristate "Test IIO gain-time-scale helpers" if !KUNIT_ALL_TESTS
        depends on KUNIT
        select IIO_GTS_HELPER
-       select TEST_KUNIT_DEVICE_HELPERS
        default KUNIT_ALL_TESTS
        help
          build unit tests for the IIO light sensor gain-time-scale helpers.