rtc: emul_rtc: Make emul_rtc_probe() static
authorMichal Simek <michal.simek@amd.com>
Mon, 3 Feb 2025 09:18:57 +0000 (10:18 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 10 Feb 2025 16:29:10 +0000 (10:29 -0600)
commit5b280448bb4e188db27d159b196c1eab4c0f7628
tree34253ee919c8fccd3b8d73618d8cdb7c374e2f7d
parent8897f91a5397a90c7e2b6fad4263c93541c9a685
rtc: emul_rtc: Make emul_rtc_probe() static

emul_rtc_probe() is not called from anywhere else that's why make it
static. Issue is reported by build with W=1.

Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/rtc/emul_rtc.c