Commit 4564661a authored by Randy Dunlap's avatar Randy Dunlap Committed by Juergen Gross
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarJuergen 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: default avatarJuergen Gross <jgross@suse.com>
parent c8980fcb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
/******************************************************************************
 * evtchn.h
 *
 * Interface to /dev/xen/xenbus_backend.
 *
 * Copyright (c) 2011 Bastian Blank <waldi@debian.org>