diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-04-19 14:50:29 +0200 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-30 15:21:51 -0600 |
commit | a12ab9e125f184454fc484483fe2029962fe6a34 (patch) | |
tree | 6bf247b02f226f8b73927887c54c4b479949ab64 /MAINTAINERS | |
parent | 6d73ceab4d03c25d3a351723c72ad25d4c8cd643 (diff) | |
download | linux-a12ab9e125f184454fc484483fe2029962fe6a34.tar.bz2 |
selftests: move RTC tests to rtc subfolder
Move the RTC tests out of the timers folder as they are mostly unrelated.
Keep rtcpie in timers as it only test hrtimers.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ca4afd68530c..a376a4adc675 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11878,7 +11878,7 @@ F: include/linux/rtc.h F: include/uapi/linux/rtc.h F: include/linux/rtc/ F: include/linux/platform_data/rtc-* -F: tools/testing/selftests/timers/rtctest.c +F: tools/testing/selftests/rtc/ REALTEK AUDIO CODECS M: Bard Liao <bardliao@realtek.com> |