linux/drivers/staging/pi433
Cihangir Akturk ee26e23616 staging: pi433: fix interrupt handler signatures
Remove "struct pt_regs *" parameter from interrupt handlers, since
it is no longer passed to interrupt handlers. Also, convert return
types to irqreturn_t.

Additionally, move DIO_irq_handler variable into the setup_GPIO
function, as it's not used outside of this function.

Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-28 10:27:29 +02:00
..
Documentation
Kconfig staging: pi433: depends on SPI 2017-07-28 16:55:40 -07:00
Makefile
pi433_if.c staging: pi433: fix interrupt handler signatures 2017-08-28 10:27:29 +02:00
pi433_if.h
rf69_enum.h
rf69_registers.h staging: pi433: Style fix - align block comments 2017-07-28 17:03:19 -07:00
rf69.c staging: pi433: replace INVALID_PARAM macro with inline code 2017-08-18 15:57:15 -07:00
rf69.h staging: pi433: style fix - space after asterisk 2017-08-14 17:54:26 -07:00
TODO