Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1214
b: refs/heads/master
c: 5e9e722
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Stezenbach authored and Linus Torvalds committed May 17, 2005
1 parent afac991 commit 82ef76b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 71e3420111530273f2b26fabfac4d021c2a2b79f
refs/heads/master: 5e9e7226c13135063707a0c82766a2dd748f59e5
10 changes: 4 additions & 6 deletions trunk/drivers/media/dvb/frontends/dvb-pll.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* $Id: dvb-pll.h,v 1.2 2005/02/10 11:43:41 kraxel Exp $
*/

#ifndef __DVB_PLL_H__
#define __DVB_PLL_H__

struct dvb_pll_desc {
char *name;
u32 min;
Expand All @@ -26,9 +29,4 @@ extern struct dvb_pll_desc dvb_pll_unknown_1;
int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf,
u32 freq, int bandwidth);

/*
* Local variables:
* c-basic-offset: 8
* compile-command: "make DVB=1"
* End:
*/
#endif

0 comments on commit 82ef76b

Please sign in to comment.