aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/irq_sim.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/include/linux/irq_sim.h b/include/linux/irq_sim.h
index 0380d899b955..630a57e55db6 100644
--- a/include/linux/irq_sim.h
+++ b/include/linux/irq_sim.h
@@ -1,14 +1,11 @@
1#ifndef _LINUX_IRQ_SIM_H 1/* SPDX-License-Identifier: GPL-2.0+ */
2#define _LINUX_IRQ_SIM_H
3/* 2/*
4 * Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl> 3 * Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
10 */ 4 */
11 5
6#ifndef _LINUX_IRQ_SIM_H
7#define _LINUX_IRQ_SIM_H
8
12#include <linux/irq_work.h> 9#include <linux/irq_work.h>
13#include <linux/device.h> 10#include <linux/device.h>
14 11