repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpio: tc3589x: use static container helper
[linux/fpc-iii.git]
/
include
/
linux
/
acpi_irq.h
blob
f10c87265855eb6faa303df11eaaa73846624aca
1
#ifndef _LINUX_ACPI_IRQ_H
2
#define _LINUX_ACPI_IRQ_H
3
4
#include <linux/irq.h>
5
6
#ifndef acpi_irq_init
7
static
inline
void
acpi_irq_init
(
void
) { }
8
#endif
9
10
#endif
/* _LINUX_ACPI_IRQ_H */