Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: fsi: convert to SPDX identifiers

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
fdec79c1 73edbe42

+5 -8
+5 -8
include/sound/sh_fsi.h
··· 1 - #ifndef __SOUND_FSI_H 2 - #define __SOUND_FSI_H 3 - 4 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 5 3 * Fifo-attached Serial Interface (FSI) support for SH7724 6 4 * 7 5 * Copyright (C) 2009 Renesas Solutions Corp. 8 6 * Kuninori Morimoto <morimoto.kuninori@renesas.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 7 */ 8 + #ifndef __SOUND_FSI_H 9 + #define __SOUND_FSI_H 10 + 14 11 #include <linux/clk.h> 15 12 #include <sound/soc.h> 16 13