From: Linus Torvalds Date: Sat, 9 Feb 2019 17:44:08 +0000 (-0800) Subject: Merge tag 'for-linus-5.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v5.0-rc6~10 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=3e5e692fcd6ce0d63d8c9bd8677d9aaeec61d70e;hp=46c291e277f93737877305f5626a2c5c35522cb1 Merge tag 'for-linus-5.0-rc6-tag' of git://git./linux/kernel/git/xen/tip Pull xen fixes from Juergen Gross: "Two very minor fixes: one remove of a #include for an unused header and a fix of the xen ML address in MAINTAINERS" * tag 'for-linus-5.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: MAINTAINERS: unify reference to xen-devel list arch/arm/xen: Remove duplicate header --- diff --git a/MAINTAINERS b/MAINTAINERS index 825dc2b7453d..6a6d2f39ded1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5186,7 +5186,7 @@ DRM DRIVERS FOR XEN M: Oleksandr Andrushchenko T: git git://anongit.freedesktop.org/drm/drm-misc L: dri-devel@lists.freedesktop.org -L: xen-devel@lists.xen.org +L: xen-devel@lists.xenproject.org (moderated for non-subscribers) S: Supported F: drivers/gpu/drm/xen/ F: Documentation/gpu/xen-front.rst diff --git a/arch/arm/xen/mm.c b/arch/arm/xen/mm.c index cb44aa290e73..e1d44b903dfc 100644 --- a/arch/arm/xen/mm.c +++ b/arch/arm/xen/mm.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include