Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367066
b: refs/heads/master
c: 99ca555
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 16, 2013
1 parent 8092cc3 commit 712aeea
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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: 76dea4cf52784474ca6adc4a2addf55e128b3634
refs/heads/master: 99ca5557fff4a4d1d87874384354d42f6c395e1a
2 changes: 1 addition & 1 deletion trunk/drivers/media/tuners/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ obj-$(CONFIG_MEDIA_TUNER_TUA9001) += tua9001.o
obj-$(CONFIG_MEDIA_TUNER_FC0011) += fc0011.o
obj-$(CONFIG_MEDIA_TUNER_FC0012) += fc0012.o
obj-$(CONFIG_MEDIA_TUNER_FC0013) += fc0013.o
obj-$(CONFIG_MEDIA_TUNER_IT913X) += it913x.o
obj-$(CONFIG_MEDIA_TUNER_IT913X) += tuner_it913x.o

ccflags-y += -I$(srctree)/drivers/media/dvb-core
ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.=
*/

#include "it913x_priv.h"
#include "tuner_it913x_priv.h"

struct it913x_state {
struct i2c_adapter *i2c_adap;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#ifndef IT913X_PRIV_H
#define IT913X_PRIV_H

#include "it913x.h"
#include "tuner_it913x.h"
#include "af9033.h"

#define PRO_LINK 0x0
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/dvb-usb-v2/af9035.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "mxl5007t.h"
#include "tda18218.h"
#include "fc2580.h"
#include "it913x.h"
#include "tuner_it913x.h"

struct reg_val {
u32 reg;
Expand Down

0 comments on commit 712aeea

Please sign in to comment.