Pārlūkot izejas kodu

ARM: pxa/raumfeld: fix compile error in rotary controller resources

When switching rotary controlelr from plain IRQ number to IRQ resource, I
messed up the syntax.

Fixes: d422be5f62ef ("Input: eeti_ts - expect platform code to set ... ")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Dmitry Torokhov 8 gadi atpakaļ
vecāks
revīzija
312ec92dae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/arm/mach-pxa/raumfeld.c

+ 1 - 1
arch/arm/mach-pxa/raumfeld.c

@@ -973,7 +973,7 @@ static struct gpiod_lookup_table raumfeld_controller_gpios_table = {
 	},
 };
 
-static const struct resource raumfeld_controller_resources[] = __initconst {
+static const struct resource raumfeld_controller_resources[] __initconst = {
 	{
 		.start	= PXA_GPIO_TO_IRQ(GPIO_TOUCH_IRQ),
 		.end	= PXA_GPIO_TO_IRQ(GPIO_TOUCH_IRQ),