diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-27 16:11:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-27 16:11:10 -0300 |
commit | e0a5e4022da2baf6353491bdd5c46e1cd98c8691 (patch) | |
tree | b70f4fc8910ed8396052574d5d830e6bddaadaa2 /linux/sound | |
parent | 934fb03d987f52957eb7d90294c2a34bf632877b (diff) | |
download | mediapointer-dvb-s2-e0a5e4022da2baf6353491bdd5c46e1cd98c8691.tar.gz mediapointer-dvb-s2-e0a5e4022da2baf6353491bdd5c46e1cd98c8691.tar.bz2 |
tea575x-tuner.c: now, it needs linux/version.h
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/sound')
-rw-r--r-- | linux/sound/i2c/other/tea575x-tuner.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/sound/i2c/other/tea575x-tuner.c b/linux/sound/i2c/other/tea575x-tuner.c index 43f4ff1f4..8937198db 100644 --- a/linux/sound/i2c/other/tea575x-tuner.c +++ b/linux/sound/i2c/other/tea575x-tuner.c @@ -24,6 +24,7 @@ #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/init.h> +#include <linux/version.h> #include "compat.h" #include <sound/core.h> #include <sound/tea575x-tuner.h> |