diff options
author | Johannes Stezenbach <js@linuxtv.org> | 2005-05-17 00:54:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 10:59:32 -0400 |
commit | 0b3f5a57bf110b519b706365c86ada199075f34e (patch) | |
tree | aaf3a3f19d4f122331180d2127764387d7a59dc9 /drivers/media/dvb/frontends/mt352.h | |
parent | d91b730dfb46fa889c9c7a67d8bd6596e2ac8b21 (diff) |
[PATCH] dvb: frontends: misc. minor cleanups
misc. minor cleanups, select FW_LOADER and add a help text to DVB_OR51132
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/frontends/mt352.h')
-rw-r--r-- | drivers/media/dvb/frontends/mt352.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/mt352.h b/drivers/media/dvb/frontends/mt352.h index 8bc032f7f5c1..03040cd595bb 100644 --- a/drivers/media/dvb/frontends/mt352.h +++ b/drivers/media/dvb/frontends/mt352.h | |||
@@ -63,9 +63,3 @@ extern struct dvb_frontend* mt352_attach(const struct mt352_config* config, | |||
63 | extern int mt352_write(struct dvb_frontend* fe, u8* ibuf, int ilen); | 63 | extern int mt352_write(struct dvb_frontend* fe, u8* ibuf, int ilen); |
64 | 64 | ||
65 | #endif // MT352_H | 65 | #endif // MT352_H |
66 | |||
67 | /* | ||
68 | * Local variables: | ||
69 | * c-basic-offset: 8 | ||
70 | * End: | ||
71 | */ | ||