mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 19:13:54 +00:00
This moves out the FPGA IRQ controller setup code to its own file, in preparation for switching off of IRL mode and having it provide its own irq_chip. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
170 B
C
8 lines
170 B
C
#ifndef __MACH_SDK7786_IRQ_H
|
|
#define __MACH_SDK7786_IRQ_H
|
|
|
|
/* arch/sh/boards/mach-sdk7786/irq.c */
|
|
extern void sdk7786_init_irq(void);
|
|
|
|
#endif /* __MACH_SDK7786_IRQ_H */
|