diff options
author | Kuninori Morimoto <[email protected]> | 2012-07-30 22:39:20 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2012-08-21 16:14:23 +0200 |
commit | 17d83127d4c2b322dd8f217e0ac08c66eb403779 (patch) | |
tree | 95bef6416bf98f67cb64eddec2c77ff997757629 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | b3ae66f209e8929db62b5a5f874ab2cdcf5ef1d4 (diff) |
genirq: Export dummy_irq_chip
Export dummy_irq_chip to modules to allow them to do things such as
irq_set_chip_and_handler(virq,
&dummy_irq_chip,
handle_level_irq);
This fixes
ERROR: "dummy_irq_chip" [drivers/gpio/gpio-pcf857x.ko] undefined!
when gpio-pcf857x.c is being built as a module.
Signed-off-by: Kuninori Morimoto <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Greg KH <[email protected]>
Link: http://lkml.kernel.org/r/871ujstrp6.wl%[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions