fs/reiserfs/journal.c: change return type of dirty_one_transaction
[linux/fpc-iii.git] / arch / s390 / kvm / irq.h
blob484608c71dd01185b88f9db1a11e3f523bcefebf
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * s390 irqchip routines
5 * Copyright IBM Corp. 2014
7 * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com>
8 */
9 #ifndef __KVM_IRQ_H
10 #define __KVM_IRQ_H
12 #include <linux/kvm_host.h>
14 static inline int irqchip_in_kernel(struct kvm *kvm)
16 return 1;
19 #endif