ANDROID: GKI: irq-gic-v3: fix up breakage in 6.1.35 merge
In commit 0cdb593c ("irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues"), a new function was added that checked on the flags structure. However due to the out-of-tree patches for the irq-gic-v3.c driver in the Android tree, that commit broke the build due to the data structure having been renamed in the out-of-tree changes. Fix this up to refer to the correct structure, fixing the build and the quirk detection that came in the commit. Fixes: 0cdb593c ("irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ firmware issues") Change-Id: I8fbf8c8f862a3d249e37fbabf9ae7078b3332245 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment