]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Drop old comment about CONFIG_POWER
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 24 Jul 2020 13:17:28 +0000 (23:17 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jul 2020 11:08:27 +0000 (21:08 +1000)
commit6bc1a7e62ec9c9a07507e7612ea2dd81173c4de5
tree8c703224d5736d915418cecd67d7d81427d0ddaf
parent569f5c6f1b7c1f0c4137d1fb648aaff4c980db90
powerpc: Drop old comment about CONFIG_POWER

There's a comment in time.h referring to CONFIG_POWER, which doesn't
exist. That confuses scripts/checkkconfigsymbols.py.

Presumably the comment was referring to a CONFIG_POWER vs CONFIG_PPC,
in which case for CONFIG_POWER we would #define __USE_RTC to 1. But
instead we have CONFIG_PPC_BOOK3S_601, and these days we have
IS_ENABLED().

So the comment is no longer relevant, drop it.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200724131728.1643966-9-mpe@ellerman.id.au
arch/powerpc/include/asm/time.h