#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 */ r' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheng Yong <shengyong1@huawei.com>2016-09-29 18:37:31 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2016-09-30 17:34:37 -0700
commit3fa565039e3338f60d7e7a8e818835dabdea764b (patch)
tree8ca71e5e4845525ab9f81e3f9657bcbd1a4d9470
parent7fd748df451d57cc40b66f6cd8091c0707497443 (diff)
f2fs: remove dead variable
Signed-off-by: Sheng Yong <shengyong1@huawei.com> Acked-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>