From 92206a78c27de6442f1428ccf8cd622fa3364a5a Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:27:52 +0200 Subject: irq: rename device_bind_irq_to_cpu to device_set_irq_affinity This is more appropriate and consistent with other device irq functions. Signed-off-by: Daniel Borkmann --- irq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irq.h') diff --git a/irq.h b/irq.h index 6c1c850..005e224 100644 --- a/irq.h +++ b/irq.h @@ -2,9 +2,9 @@ #define IRQ_H extern int device_irq_number(const char *ifname); -extern int device_bind_irq_to_cpu(int irq, int cpu); 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 */ -- cgit v1.2.3-54-g00ecf