aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-01-30 11:17:05 -0800
committerJuergen Gross <jgross@suse.com>2022-02-03 08:16:32 +0100
commit4564661af6ee321942ec1ab012191d7adedd3e00 (patch)
treee0bd220f5a4a90bc673fadb9fbb75bb977e76265 /include/xen
parentxen/x2apic: enable x2apic mode when supported for HVM (diff)
downloadlinux-dev-4564661af6ee321942ec1ab012191d7adedd3e00.tar.xz
linux-dev-4564661af6ee321942ec1ab012191d7adedd3e00.zip
xen: xenbus_dev.h: delete incorrect file name
It is better/preferred not to include file names in source files because (a) they are not needed and (b) they can be incorrect, so just delete this incorrect file name. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Juergen Gross <jgross@suse.com> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> Cc: Juergen Gross <jgross@suse.com> Cc: Stefano Stabellini <sstabellini@kernel.org> Cc: xen-devel@lists.xenproject.org Link: https://lore.kernel.org/r/20220130191705.24971-1-rdunlap@infradead.org Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/xenbus_dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/xen/xenbus_dev.h b/include/xen/xenbus_dev.h
index bbee8c6a349d..4dc45a51c044 100644
--- a/include/xen/xenbus_dev.h
+++ b/include/xen/xenbus_dev.h
@@ -1,6 +1,4 @@
/******************************************************************************
- * evtchn.h
- *
* Interface to /dev/xen/xenbus_backend.
*
* Copyright (c) 2011 Bastian Blank <waldi@debian.org>