diff options
author | Linus Torvalds | 2017-03-09 12:23:30 -0800 |
---|---|---|
committer | Linus Torvalds | 2017-03-09 12:23:30 -0800 |
commit | cb2113cb983f0aadfb63668fe97f9780478313d7 (patch) | |
tree | 08be1e2c9fe4eb309c5f0c8b515706cc274e4280 /drivers/xen | |
parent | ea6200e84182989a3cce9687cf79a23ac44ec4db (diff) | |
parent | d825adb48cf9bf9e3f5cb1d927e2827f8c2abee4 (diff) |
Merge tag 'for-linus-4.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fix and cleanup from Juergen Gross:
"This contains one fix for MSIX handling under Xen and a trivial
cleanup patch"
* tag 'for-linus-4.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
xenbus: Remove duplicate inclusion of linux/init.h
xen: do not re-use pirq number cached in pci device msi msg data
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/xenbus/xenbus_dev_frontend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c index 4d343eed08f5..1f4733b80c87 100644 --- a/drivers/xen/xenbus/xenbus_dev_frontend.c +++ b/drivers/xen/xenbus/xenbus_dev_frontend.c @@ -55,7 +55,6 @@ #include <linux/string.h> #include <linux/slab.h> #include <linux/miscdevice.h> -#include <linux/init.h> #include <xen/xenbus.h> #include <xen/xen.h> |