From 35e689fb79dcbaa8d69cc4a58a7ad4d0d7346e4a Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Thu, 6 Aug 2026 13:51:12 +0200 Subject: ARM: PXA: Fix build error for PXA93x Add a missing semicolon to fix the build error for PXA93x. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202607301822.cl0lEkQt-lkp@intel.com/ Fixes: ab9c44bbf6d7 ("ARM: PXA: remove remnants of PXA93x support") Cc: Ethan Nelson-Moore Signed-off-by: Ulf Hansson --- include/linux/soc/pxa/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/soc/pxa/cpu.h b/include/linux/soc/pxa/cpu.h index 38bacdae684f..c5b275a80854 100644 --- a/include/linux/soc/pxa/cpu.h +++ b/include/linux/soc/pxa/cpu.h @@ -177,7 +177,7 @@ ({ \ __cpu_is_pxa300(id) \ || __cpu_is_pxa310(id) \ - || __cpu_is_pxa320(id) \ + || __cpu_is_pxa320(id); \ }) #else #define __cpu_is_pxa3xx(id) (0) -- cgit v1.2.3