mirror of https://gitee.com/openkylin/linux.git
x86, io_apic: remove duplicated include from irq_remapping.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Joerg Roedel <joro@8bytes.org>
This commit is contained in:
parent
ae1915892b
commit
4fdc782416
|
@ -2,7 +2,6 @@
|
|||
#include <linux/cpumask.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/cpumask.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/msi.h>
|
||||
#include <linux/irq.h>
|
||||
|
|
Loading…
Reference in New Issue