瀏覽代碼

USB: renesas_usbhs: rcar?.h: add SPDX tags

These files somehow never got an SPDX tag added to them, maybe due to
the small size.  So provide the default identifier of the whole project:
	SPDX-License-Identifier: GPL-2.0

The SPDX identifier is a legally binding shorthand, which can be used
instead of the full boiler plate text.

Cc: Rob Herring <robh@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman 7 年之前
父節點
當前提交
fc9904d3c4
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      drivers/usb/renesas_usbhs/rcar2.h
  2. 1 0
      drivers/usb/renesas_usbhs/rcar3.h

+ 1 - 0
drivers/usb/renesas_usbhs/rcar2.h

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include "common.h"
 
 extern const struct renesas_usbhs_platform_callback

+ 1 - 0
drivers/usb/renesas_usbhs/rcar3.h

@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include "common.h"
 
 extern const struct renesas_usbhs_platform_callback usbhs_rcar3_ops;