mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
genirq/irq_sim: Use the SPDX license identifier in the header
Use C-style comment for the identifier as per Documentation/process/license-rules.rst and remove the license boilerplate. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20180426200747.8344-2-brgl@bgdev.pl
This commit is contained in:
parent
275220ca6e
commit
b5c5f3959b
1 changed files with 5 additions and 8 deletions
|
@ -1,13 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2017-2018 Bartosz Golaszewski <brgl@bgdev.pl>
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _LINUX_IRQ_SIM_H
|
#ifndef _LINUX_IRQ_SIM_H
|
||||||
#define _LINUX_IRQ_SIM_H
|
#define _LINUX_IRQ_SIM_H
|
||||||
/*
|
|
||||||
* Copyright (C) 2017 Bartosz Golaszewski <brgl@bgdev.pl>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License as published by the
|
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your
|
|
||||||
* option) any later version.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/irq_work.h>
|
#include <linux/irq_work.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue