Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29923
b: refs/heads/master
c: 81ad342
h: refs/heads/master
i:
  29921: 6eb6715
  29919: a170e04
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent a3ef39c commit 32621f4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3b9d6217e8f96d220a94bb5eebc786b62af817b
refs/heads/master: 81ad3428660d06f8faa45eacdf6eb0f1424cd404
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/b2c2/flexcop-fe-tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/bt8xx/dvb-bt8xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-usb/cxusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 32621f4

Please sign in to comment.