mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
rtc: ds1307: update reference to removed CONFIG_RTC_DRV_DS1307_HWMON
The CONFIG_RTC_DRV_DS1307_HWMON macro was removed in favor of
CONFIG_HWMON in commit 6b583a64fd ("rtc: ds1307: simplify hwmon
config"), but a reference to it remained in a comment. Correct this
reference.
Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260610054723.261008-1-enelsonmoore@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
f7ecfc3fe5
commit
3c8f28578a
|
|
@ -1415,7 +1415,7 @@ static void ds1307_hwmon_register(struct ds1307 *ds1307)
|
|||
{
|
||||
}
|
||||
|
||||
#endif /* CONFIG_RTC_DRV_DS1307_HWMON */
|
||||
#endif /* IS_REACHABLE(CONFIG_HWMON) */
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user