Fix bad prototypes

To: Russell King <linux@armlinux.org.uk>
To: Sami Tolvanen <samitolvanen@google.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

---
Linus Walleij (1):
      ARM: mm: CFI: Fix some erroneous reset prototypes

 arch/arm/mm/proc.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
base-commit: 55027e689933ba2e64f3d245fb1ff185b3e7fc81
change-id: 20240626-arm-proto-regression-d1456e00ff02

Best regards,
ARM: mm: CFI: Fix some erroneous reset prototypes

I somehow got a few cpu_nn_reset() signatures wrong in my
patch. Fix it up.

Fixes: 393999fa9627 ("ARM: 9389/2: mm: Define prototypes for all per-processor calls")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406260432.6WGV2jCk-lkp@intel.com/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 file changed