diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-15 18:04:45 -0400 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-15 18:04:45 -0400 |
commit | e349a2e984faf451597ceea0fc7e1ffb077314d8 (patch) | |
tree | 95c3d482e1e02bf1be5726d029739bf379de4278 /linux | |
parent | f56f889fb05b6bb1a02725bea0f42236c32f3fbc (diff) | |
download | mediapointer-dvb-s2-e349a2e984faf451597ceea0fc7e1ffb077314d8.tar.gz mediapointer-dvb-s2-e349a2e984faf451597ceea0fc7e1ffb077314d8.tar.bz2 |
au8522: move the analog decoder source file
From: Devin Heitmueller <dheitmueller@linuxtv.org>
As Mauro pointed out, for a given driver you cannot have one file in
media/video and another in dvb/frontends. Until we have a better scheme for
managing the source tree in terms of a single chip that has both a digital
demod and an analog demod, make sure both files reside in the dvb/frontends
dir.
This patch is strictly a file move - there are no changes to the file itself.
This change was required so that the code works in the mainline kernel (without
it the code only compiles in the out-of-tree v4l-dvb branch).
Priority: normal
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/frontends/au8522_decoder.c (renamed from linux/drivers/media/video/au8522_decoder.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/linux/drivers/media/video/au8522_decoder.c b/linux/drivers/media/dvb/frontends/au8522_decoder.c index b4a205809..b4a205809 100644 --- a/linux/drivers/media/video/au8522_decoder.c +++ b/linux/drivers/media/dvb/frontends/au8522_decoder.c |