diff options
author | 2017-11-10 08:21:08 +0100 | |
---|---|---|
committer | 2017-11-10 08:21:08 +0100 | |
commit | b5cd3b51e247473e290be5cd09e77171e466cd89 (patch) | |
tree | ac8c87e1b38f61a4c879c574dc9373db41f3df01 /drivers/ras | |
parent | x86/platform/UV: Convert timers to use timer_setup() (diff) | |
parent | Merge branch 'akpm' (patches from Andrew) (diff) | |
download | wireguard-linux-b5cd3b51e247473e290be5cd09e77171e466cd89.tar.xz wireguard-linux-b5cd3b51e247473e290be5cd09e77171e466cd89.zip |
Merge branch 'linus' into x86/platform, to refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/ras')
-rw-r--r-- | drivers/ras/cec.c | 1 | ||||
-rw-r--r-- | drivers/ras/debugfs.h | 1 | ||||
-rw-r--r-- | drivers/ras/ras.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ras/cec.c b/drivers/ras/cec.c index e2c1988cd7c0..adbf1a9e089e 100644 --- a/drivers/ras/cec.c +++ b/drivers/ras/cec.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include <linux/mm.h> #include <linux/gfp.h> #include <linux/kernel.h> diff --git a/drivers/ras/debugfs.h b/drivers/ras/debugfs.h index db72e4513191..c07443b462ad 100644 --- a/drivers/ras/debugfs.h +++ b/drivers/ras/debugfs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __RAS_DEBUGFS_H__ #define __RAS_DEBUGFS_H__ diff --git a/drivers/ras/ras.c b/drivers/ras/ras.c index 5429d3795732..3f38907320dc 100644 --- a/drivers/ras/ras.c +++ b/drivers/ras/ras.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2014 Intel Corporation * |