dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (3900): Rename fe_lgh06xf.h to lg_h06xf.h

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Michael Krufky 2006-04-24 23:21:46 -03:00 committed by Mauro Carvalho Chehab
parent d3b9d6217e
commit 81ad342866
5 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
#include "stv0297.h"
#include "mt312.h"
#include "lgdt330x.h"
#include "fe_lgh06xf.h"
#include "lg_h06xf.h"
#include "dvb-pll.h"
/* lnb control */

View File

@ -37,7 +37,7 @@
#include "cx24110.h"
#include "or51211.h"
#include "lgdt330x.h"
#include "fe_lgh06xf.h"
#include "lg_h06xf.h"
#include "zl10353.h"
struct dvb_bt8xx_card {

View File

@ -27,7 +27,7 @@
#include "cx22702.h"
#include "lgdt330x.h"
#include "fe_lgh06xf.h"
#include "lg_h06xf.h"
#include "mt352.h"
#include "mt352_priv.h"

View File

@ -1,5 +1,5 @@
/*
* fe_lgh06xf.h - ATSC Tuner support for LG TDVS H06xF
* lg_h06xf.h - ATSC Tuner support for LG TDVS-H06xF
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -16,8 +16,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef FE_LGH06XF_H
#define FE_LGH06XF_H
#ifndef _LG_H06XF_H_
#define _LG_H06XF_H_
#include "dvb-pll.h"
static int lg_h06xf_pll_set(struct dvb_frontend* fe, struct i2c_adapter* i2c_adap,

View File

@ -51,7 +51,7 @@
#endif
#ifdef HAVE_LGDT330X
# include "lgdt330x.h"
# include "fe_lgh06xf.h"
# include "lg_h06xf.h"
#endif
#ifdef HAVE_NXT200X
# include "nxt200x.h"