#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ ef='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation?h=packet-loop-back' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-03-20 08:54:46 +0800
committerMark Brown <broonie@kernel.org>2016-03-21 13:40:16 +0000
commit3ae36c8b67e450dcb7011181658c198bec386e98 (patch)
tree936d4e3f366b1b498ad26251535805dc35999b7b /Documentation
parentc508709bcffb644afbf5e5016fc7c90bf80c30ff (diff)
spi: octeon: Convert to use devm_ioremap_resource
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')