diff options
Diffstat (limited to 'virt/kvm/irqchip.c')
-rw-r--r-- | virt/kvm/irqchip.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/virt/kvm/irqchip.c b/virt/kvm/irqchip.c index 79e59e4fa3dc..2e6fc7c66a11 100644 --- a/virt/kvm/irqchip.c +++ b/virt/kvm/irqchip.c | |||
@@ -1,22 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * irqchip.c: Common API for in kernel interrupt controllers | 3 | * irqchip.c: Common API for in kernel interrupt controllers |
3 | * Copyright (c) 2007, Intel Corporation. | 4 | * Copyright (c) 2007, Intel Corporation. |
4 | * Copyright 2010 Red Hat, Inc. and/or its affiliates. | 5 | * Copyright 2010 Red Hat, Inc. and/or its affiliates. |
5 | * Copyright (c) 2013, Alexander Graf <agraf@suse.de> | 6 | * Copyright (c) 2013, Alexander Graf <agraf@suse.de> |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms and conditions of the GNU General Public License, | ||
9 | * version 2, as published by the Free Software Foundation. | ||
10 | * | ||
11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
14 | * more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along with | ||
17 | * this program; if not, write to the Free Software Foundation, Inc., 59 Temple | ||
18 | * Place - Suite 330, Boston, MA 02111-1307 USA. | ||
19 | * | ||
20 | * This file is derived from virt/kvm/irq_comm.c. | 8 | * This file is derived from virt/kvm/irq_comm.c. |
21 | * | 9 | * |
22 | * Authors: | 10 | * Authors: |