* [aarch64:soc-armv8-model 10/41] drivers/irqchip/gic.c:399:2: error: 'handle_arch_irq' undeclared
@ 2012-09-26 17:02 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-26 17:02 UTC (permalink / raw)
To: kernel-janitors
Hi Marc,
FYI, kernel build failed on
commit: dd584bb4775f75768183329c3ca52252bb0b6d12 [10/41] irqchip: Add ARM Generic Interrupt Controller support
config: arm-imx_v6_v7_defconfig
All error/warnings:
drivers/irqchip/gic.c: In function 'gic_init':
drivers/irqchip/gic.c:399:2: error: 'handle_arch_irq' undeclared (first use in this function)
drivers/irqchip/gic.c:399:2: note: each undeclared identifier is reported only once for each function it appears in
vim +399 drivers/irqchip/gic.c
393 return;
394
395 gic_dist_init(gic);
396 gic_cpu_init(gic);
397
398 /* Update the architecture handler */
> 399 handle_arch_irq = gic_handle_irq;
400 }
401
402 #ifdef CONFIG_SMP
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-26 17:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 17:02 [aarch64:soc-armv8-model 10/41] drivers/irqchip/gic.c:399:2: error: 'handle_arch_irq' undeclared Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).