Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 312ec92d authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: d422be5f ("Input: eeti_ts - expect platform code to set ... ")
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 153292e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),