summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2005-05-05 12:13:13 +0000
committerJohannes Stezenbach <devnull@localhost>2005-05-05 12:13:13 +0000
commit5e3f78066e68a4ac4ab44efe37a50a668a6c1751 (patch)
tree262a4a3046d8c27e2885704584ebdf5ff3dcbab9 /linux/drivers
parent748f0eebbd9e073afed7df6ca42e8621ec750ba8 (diff)
downloadmediapointer-dvb-s2-5e3f78066e68a4ac4ab44efe37a50a668a6c1751.tar.gz
mediapointer-dvb-s2-5e3f78066e68a4ac4ab44efe37a50a668a6c1751.tar.bz2
remove $Id$ because they lead to conflicts when merging
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.c8
-rw-r--r--linux/drivers/media/dvb/frontends/dvb-pll.h8
2 files changed, 1 insertions, 15 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c
index 168fd730d..f73b5f48e 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.c
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.c
@@ -1,6 +1,4 @@
/*
- * $Id: dvb-pll.c,v 1.3 2005/05/02 12:48:01 pb Exp $
- *
* descriptions + helper functions for simple dvb plls.
*
* (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
@@ -246,9 +244,3 @@ EXPORT_SYMBOL(dvb_pll_configure);
MODULE_DESCRIPTION("dvb pll library");
MODULE_AUTHOR("Gerd Knorr");
MODULE_LICENSE("GPL");
-
-/*
- * Local variables:
- * c-basic-offset: 8
- * End:
- */
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.h b/linux/drivers/media/dvb/frontends/dvb-pll.h
index c5aff1afe..b79677862 100644
--- a/linux/drivers/media/dvb/frontends/dvb-pll.h
+++ b/linux/drivers/media/dvb/frontends/dvb-pll.h
@@ -1,5 +1,5 @@
/*
- * $Id: dvb-pll.h,v 1.6 2005/05/02 12:48:01 pb Exp $
+ * descriptions + helper functions for simple dvb plls.
*/
#ifndef __DVB_PLL_H__
@@ -35,9 +35,3 @@ int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf,
u32 freq, int bandwidth);
#endif
-/*
- * Local variables:
- * c-basic-offset: 8
- * compile-command: "make DVB=1"
- * End:
- */