diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-03 10:43:14 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-06 05:54:52 -0500 |
commit | f22e9e7133ab42d790604c21afc38632e616fc63 (patch) | |
tree | c90bcae71352666cfd9390df5e577edbc13db77c /drivers/media/usb/em28xx/em28xx-reg.h | |
parent | fe8d54f0e9aa12e2f032dadc2c6df87a0c3b57be (diff) | |
download | linux-f22e9e7133ab42d790604c21afc38632e616fc63.tar.gz |
media: em28xx: Add SPDX license tags where needed
Most of the files there are missing a SPDX license tag. Add.
While here fix some DRIVER_LICENSE macro in order to reflect
the source file license, as some of the headers are GPL v2
only.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-reg.h')
-rw-r--r-- | drivers/media/usb/em28xx/em28xx-reg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-reg.h b/drivers/media/usb/em28xx/em28xx-reg.h index 9e5cdfb25a73..26a06b1b1077 100644 --- a/drivers/media/usb/em28xx/em28xx-reg.h +++ b/drivers/media/usb/em28xx/em28xx-reg.h @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0 */ + +/* + * em28xx-reg.h - Register definitions for em28xx driver + */ + #define EM_GPIO_0 (1 << 0) #define EM_GPIO_1 (1 << 1) #define EM_GPIO_2 (1 << 2) |