Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219809
b: refs/heads/master
c: baa5251
h: refs/heads/master
i:
  219807: b9dc603
v: v3
  • Loading branch information
Nikitas Angelinas authored and Greg Kroah-Hartman committed Sep 9, 2010
1 parent 7aab341 commit bd64ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 842ec6ba3bdf6de35359726b0428095fdd0f9b45
refs/heads/master: baa5251e8c5caf8b242559c8e93657036dfd8d3c
3 changes: 2 additions & 1 deletion trunk/drivers/staging/vt6656/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*
*/

#include <linux/kernel.h>
#include "country.h"
#include "channel.h"
#include "rf.h"
Expand Down Expand Up @@ -367,7 +368,7 @@ static struct
/* 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 */
};

#define NUM_RULES (sizeof(ChannelRuleTab) / sizeof(ChannelRuleTab[0]))
#define NUM_RULES ARRAY_SIZE(ChannelRuleTab)

/*--------------------- Export function -------------------------*/
/************************************************************************
Expand Down

0 comments on commit bd64ac5

Please sign in to comment.