mfd: ab8500: Remove non-existent configuration "#ifdef CONFIG_AB8500_DEBUG"
authorYing Sun <sunying@nj.iscas.ac.cn>
Wed, 13 Sep 2023 08:45:59 +0000 (16:45 +0800)
committerLee Jones <lee@kernel.org>
Wed, 1 Nov 2023 10:02:11 +0000 (10:02 +0000)
commit89b00c328f5623c428e6aa8563c3a648f8190252
tree1b76c9f520156f18b18ed3874f937cafb3ee0f8c
parenta50afa310d6a4c765a1787742b206eb149bb1d12
mfd: ab8500: Remove non-existent configuration "#ifdef CONFIG_AB8500_DEBUG"

The CONFIG_AB8500_DEBUG has been deleted in:

  3d4d1266597c0 ("mfd: ab8500: Drop debugfs module")

The condition "#ifdef CONFIG_AB8500_DEBUG" in:

   include/linux/mfd/abx500/ab8500.h:502

...cannot be valid. It is recommended to delete redundant code.

Suggested-by: Yanjie Ren <renyanjie01@gmail.com>
Signed-off-by: Ying Sun <sunying@nj.iscas.ac.cn>
Link: https://lore.kernel.org/r/20230913084559.18141-1-sunying@nj.iscas.ac.cn
Signed-off-by: Lee Jones <lee@kernel.org>
include/linux/mfd/abx500/ab8500.h