diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-01-30 11:17:05 -0800 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2022-02-03 08:16:32 +0100 |
commit | 4564661af6ee321942ec1ab012191d7adedd3e00 (patch) | |
tree | e0bd220f5a4a90bc673fadb9fbb75bb977e76265 /include/xen | |
parent | c8980fcb210851138cb34c9a8cb0cf0c09f07bf9 (diff) |
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.h | 2 |
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> |