Skip to content

Commit 3e5e692

Browse files
committed
Merge tag 'for-linus-5.0-rc6-tag' of git://git.kernel.org/pub/scm/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
2 parents 46c291e + 9ab7d22 commit 3e5e692

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5186,7 +5186,7 @@ DRM DRIVERS FOR XEN
51865186
M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
51875187
T: git git://anongit.freedesktop.org/drm/drm-misc
51885188
L: dri-devel@lists.freedesktop.org
5189-
L: xen-devel@lists.xen.org
5189+
L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
51905190
S: Supported
51915191
F: drivers/gpu/drm/xen/
51925192
F: Documentation/gpu/xen-front.rst

arch/arm/xen/mm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <linux/of_address.h>
88
#include <linux/slab.h>
99
#include <linux/types.h>
10-
#include <linux/dma-mapping.h>
1110
#include <linux/vmalloc.h>
1211
#include <linux/swiotlb.h>
1312

0 commit comments

Comments
 (0)