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 <[email protected]> Cc: Boris Ostrovsky <[email protected]> Cc: Juergen Gross <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: [email protected] --- include/xen/xenbus_dev.h | 1 - 1 file changed, 1 deletion(-) --- linux-next-20220128.orig/include/xen/xenbus_dev.h +++ linux-next-20220128/include/xen/xenbus_dev.h @@ -1,5 +1,4 @@ /****************************************************************************** - * evtchn.h * * Interface to /dev/xen/xenbus_backend. *
