]> Git Repo - linux.git/blobdiff - sound/soc/cirrus/simone.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[linux.git] / sound / soc / cirrus / simone.c
index 1ec661834e5a82c77385caa96f154333e9e03cfc..a50fa4caa01561452b62835607b485452bd06cc6 100644 (file)
@@ -1,25 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * simone.c -- ASoC audio for Simplemachines Sim.One board
  *
  * Copyright (c) 2010 Mika Westerberg
  *
  * Based on snappercl15 machine driver by Ryan Mallon.
- *
- * 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.
  */
 
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
+#include <linux/soc/cirrus/ep93xx.h>
 
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include <sound/soc.h>
 
 #include <asm/mach-types.h>
-#include <mach/hardware.h>
 
 static struct snd_soc_dai_link simone_dai = {
        .name           = "AC97",
This page took 0.030681 seconds and 4 git commands to generate.