|
|
@@ -1,12 +1,8 @@
|
|
|
-/*
|
|
|
- * sgtl5000.c -- SGTL5000 ALSA SoC Audio driver
|
|
|
- *
|
|
|
- * Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved.
|
|
|
- *
|
|
|
- * 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
|
|
|
+//
|
|
|
+// sgtl5000.c -- SGTL5000 ALSA SoC Audio driver
|
|
|
+//
|
|
|
+// Copyright 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved.
|
|
|
|
|
|
#include <linux/module.h>
|
|
|
#include <linux/moduleparam.h>
|