diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2013-07-28 16:01:43 -0300 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:51:36 +0900 |
commit | 6d77d8615d8893162410241fe96b6026d30a34b4 (patch) | |
tree | 7f5712f20dc9f4ce0f1b079e2f19ec7ab2298e8c /sound/pci | |
parent | 050b730c6827efc944cbc89696989dacad7ffb10 (diff) | |
download | linux-3.10-6d77d8615d8893162410241fe96b6026d30a34b4.tar.gz linux-3.10-6d77d8615d8893162410241fe96b6026d30a34b4.tar.bz2 linux-3.10-6d77d8615d8893162410241fe96b6026d30a34b4.zip |
upstream: [media] tea575x: Move header from sound to media
Move include/sound/tea575x-tuner.h to include/media/tea575x.h and update files that include it.
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Acked-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/es1968.c | 2 | ||||
-rw-r--r-- | sound/pci/fm801.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/es1968.c b/sound/pci/es1968.c index a1f32b5ae0d..c7c23b34cf4 100644 --- a/sound/pci/es1968.c +++ b/sound/pci/es1968.c @@ -113,7 +113,7 @@ #include <sound/initval.h> #ifdef CONFIG_SND_ES1968_RADIO -#include <sound/tea575x-tuner.h> +#include <media/tea575x.h> #endif #define CARD_NAME "ESS Maestro1/2" diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c index 4f07fda5adf..b1c8ce280a7 100644 --- a/sound/pci/fm801.c +++ b/sound/pci/fm801.c @@ -37,7 +37,7 @@ #include <asm/io.h> #ifdef CONFIG_SND_FM801_TEA575X_BOOL -#include <sound/tea575x-tuner.h> +#include <media/tea575x.h> #endif MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>"); |