diff options
Diffstat (limited to 'drivers/vfio/virqfd.c')
-rw-r--r-- | drivers/vfio/virqfd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/vfio/virqfd.c b/drivers/vfio/virqfd.c index 2a1be859ee71..997cb5d0a657 100644 --- a/drivers/vfio/virqfd.c +++ b/drivers/vfio/virqfd.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VFIO generic eventfd code for IRQFD support. | 3 | * VFIO generic eventfd code for IRQFD support. |
3 | * Derived from drivers/vfio/pci/vfio_pci_intrs.c | 4 | * Derived from drivers/vfio/pci/vfio_pci_intrs.c |
4 | * | 5 | * |
5 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. | 6 | * Copyright (C) 2012 Red Hat, Inc. All rights reserved. |
6 | * Author: Alex Williamson <alex.williamson@redhat.com> | 7 | * Author: Alex Williamson <alex.williamson@redhat.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/vfio.h> | 10 | #include <linux/vfio.h> |