diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-24 23:40:24 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-20 23:21:38 +0300 |
commit | d10447762562ff04b6bc3df9970252bb8d70a846 (patch) | |
tree | dd5930d7cf5b23c4c1c01ac9a45defb03d9729d6 /drivers/media/pci/cx25821/cx25821.h | |
parent | 1769e7a400d55aebfa5dacd5af6d80df59f58b2b (diff) | |
download | linux-d10447762562ff04b6bc3df9970252bb8d70a846.tar.xz |
media: cx25821: get rid of CX25821_VERSION_CODE
This is used just for printing a version number. As this is
never incremented, it makes no sense to keep it :-)
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821.h')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/pci/cx25821/cx25821.h b/drivers/media/pci/cx25821/cx25821.h index 0f20e89b0cde..b3eb2dabb30b 100644 --- a/drivers/media/pci/cx25821/cx25821.h +++ b/drivers/media/pci/cx25821/cx25821.h @@ -41,8 +41,6 @@ #include <linux/version.h> #include <linux/mutex.h> -#define CX25821_VERSION_CODE KERNEL_VERSION(0, 0, 106) - #define UNSET (-1U) #define NO_SYNC_LINE (-1U) |