From: Kuninori Morimoto Date: Tue, 31 Jul 2012 05:39:06 +0000 (-0700) Subject: genirq: Export irq_set_chip_and_handler_name() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~98^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4;p=pandora-kernel.git genirq: Export irq_set_chip_and_handler_name() Export irq_set_chip_and_handler_name() to modules to allow them to do things such as irq_set_chip_and_handler(....); This fixes ERROR: "irq_set_chip_and_handler_name" \ [drivers/gpio/gpio-pcf857x.ko] undefined! when gpio-pcf857x.c is being built as a module. Signed-off-by: Kuninori Morimoto Cc: Linus Walleij Cc: Stephen Rothwell Cc: Greg KH Link: http://lkml.kernel.org/r/873948trpk.wl%25kuninori.morimoto.gx@renesas.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed