From 5e3f78066e68a4ac4ab44efe37a50a668a6c1751 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Thu, 5 May 2005 12:13:13 +0000 Subject: remove $Id$ because they lead to conflicts when merging --- linux/drivers/media/dvb/frontends/dvb-pll.c | 8 -------- linux/drivers/media/dvb/frontends/dvb-pll.h | 8 +------- 2 files changed, 1 insertion(+), 15 deletions(-) (limited to 'linux') 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 [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: - */ -- cgit v1.2.3