All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel: irq: fix build failure
@ 2016-10-06 17:36 Sudip Mukherjee
  2016-10-10 15:55   ` Sudip Mukherjee
  2016-10-21  8:27 ` [tip:irq/urgent] kernel/irq: Export irq_set_parent() tip-bot for Sudip Mukherjee
  0 siblings, 2 replies; 18+ messages in thread
From: Sudip Mukherjee @ 2016-10-06 17:36 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: linux-kernel, Sudip Mukherjee

The allmodconfig build of powerpc is failing with the error:
ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined!

export the symbol to fix the failure.

Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
---

build log is at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/165418652

 kernel/irq/manage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 0c5f1a5..5072814 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -721,6 +721,7 @@ int irq_set_parent(int irq, int parent_irq)
 	irq_put_desc_unlock(desc, flags);
 	return 0;
 }
+EXPORT_SYMBOL(irq_set_parent);
 #endif
 
 /*
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-10-24 12:08 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 17:36 [PATCH] kernel: irq: fix build failure Sudip Mukherjee
2016-10-10 15:55 ` Sudip Mukherjee
2016-10-10 15:55   ` Sudip Mukherjee
2016-10-20 12:55   ` Thomas Gleixner
2016-10-20 12:55     ` Thomas Gleixner
2016-10-21  1:00     ` Stephen Rothwell
2016-10-21  1:00       ` Stephen Rothwell
2016-10-21  8:07       ` Thomas Gleixner
2016-10-21  8:07         ` Thomas Gleixner
2016-10-21 10:20         ` Stephen Rothwell
2016-10-21 10:20           ` Stephen Rothwell
2016-10-24 10:22         ` Lee Jones
2016-10-24 10:22           ` Lee Jones
2016-10-24 11:32           ` Stephen Rothwell
2016-10-24 11:32             ` Stephen Rothwell
2016-10-24 12:08             ` Lee Jones
2016-10-24 12:08               ` Lee Jones
2016-10-21  8:27 ` [tip:irq/urgent] kernel/irq: Export irq_set_parent() tip-bot for Sudip Mukherjee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.