powerpc/traps: Use backlight power constants
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 31 Jul 2024 13:06:14 +0000 (15:06 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 7 Aug 2024 12:48:26 +0000 (22:48 +1000)
commit28455894bb99a1afe541cb7c987cc7e193c41fc6
treed460281aa2ac20ca4194ef22a68ddf14e76b9343
parent8a93960abed960b9f6097b6471b7fb34120ffc6a
powerpc/traps: Use backlight power constants

Replace FB_BLANK_ constants with their counterparts from the
backlight subsystem. The values are identical, so there's no
change in functionality or semantics.

traps.c already includes backlight.h where the BACKLIGHT
constants are defined.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240731130720.1148872-2-tzimmermann@suse.de
arch/powerpc/kernel/traps.c