Unverified Commit 1af301d4 authored by Andra Danciu's avatar Andra Danciu Committed by Mark Brown
Browse files

ASoC: mpc5200_psc_ac97: Switch to SPDX identifier



Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: default avatarAndra Danciu <andradanciu1997@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1edfc248
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
/*
 * linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip.
 *
 * Copyright (C) 2009 Jon Smirl, Digispeaker
 * Author: Jon Smirl <jonsmirl@gmail.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
// SPDX-License-Identifier: GPL-2.0
//
// linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip.
//
// Copyright (C) 2009 Jon Smirl, Digispeaker
// Author: Jon Smirl <jonsmirl@gmail.com>

#include <linux/module.h>
#include <linux/of_device.h>