#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 */ 'Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-01 09:00:56 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-01 09:00:56 -0600
commitafe4155ce940d0c2a8fa3da5a29ea46f98052a73 (patch)
tree66edd6ec0a38a7ae94b2d2a3c58a62ee9a9650da
parenta909d3e636995ba7c349e2ca5dbb528154d4ac30 (diff)
parentfd9afd3cbe404998d732be6cc798f749597c5114 (diff)
Merge tag 'fixes-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes: usb: fixes for v4.9-rc4 Three more fixes for current -rc cycle. One randbuild fix on dwc3-st which was lacking <linux/pinctrl/consumer.h>, removal of IRQ throttling for networking gadgets and a fix for dwc3's error handling on failed initialization.