dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/c6x/kernel
Grant Likely a699e4e49e irq: Kill pointless irqd_to_hw export
It makes no sense to export this trivial function.  Make it a static inline
instead.

This patch also drops virq_to_hw from arch/c6x since it is unused by that
architecture.

v2: Move irq_hw_number_t into types.h to fix ARM build failure

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2012-04-10 22:39:17 -06:00
..
Makefile
asm-offsets.c C6X: build infrastructure 2011-10-06 19:48:02 -04:00
c6x_ksyms.c C6X: loadable module support 2011-10-06 19:48:13 -04:00
devicetree.c C6X: devicetree support 2011-10-06 19:47:33 -04:00
dma.c C6X: memory management and DMA support 2011-10-06 19:47:37 -04:00
entry.S C6X: remove dead code from entry.S 2012-03-16 09:27:57 -04:00
head.S C6X: early boot code 2011-10-06 19:47:28 -04:00
irq.c irq: Kill pointless irqd_to_hw export 2012-04-10 22:39:17 -06:00
module.c C6X: loadable module support 2011-10-06 19:48:13 -04:00
process.c C6X: replace tick_nohz_stop/restart_sched_tick calls 2012-01-08 15:13:16 -05:00
ptrace.c C6X: ptrace support 2011-10-06 19:48:17 -04:00
setup.c Disintegrate asm/system.h for C6X 2012-03-28 18:30:02 +01:00
signal.c C6X: use set_current_blocked() and block_sigmask() 2012-04-05 15:25:51 -07:00
soc.c Disintegrate asm/system.h for C6X 2012-03-28 18:30:02 +01:00
switch_to.S C6X: process management 2011-10-06 19:47:40 -04:00
sys_c6x.c C6X: syscalls 2011-10-06 19:47:58 -04:00
time.c Disintegrate asm/system.h for C6X 2012-03-28 18:30:02 +01:00
traps.c Disintegrate asm/system.h for C6X 2012-03-28 18:30:02 +01:00
vectors.S C6X: early boot code 2011-10-06 19:47:28 -04:00
vmlinux.lds.S