Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/mach-pxa/raumfeld.c
··· 973 973 }, 974 974 }; 975 975 976 - static const struct resource raumfeld_controller_resources[] = __initconst { 976 + static const struct resource raumfeld_controller_resources[] __initconst = { 977 977 { 978 978 .start = PXA_GPIO_TO_IRQ(GPIO_TOUCH_IRQ), 979 979 .end = PXA_GPIO_TO_IRQ(GPIO_TOUCH_IRQ),