Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181424
b: refs/heads/master
c: 8719cfd
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 7cdd3c0 commit 74a8e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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: 68f194e027ecfbbc8d5515bc40787e542eed59e9
refs/heads/master: 8719cfdb4aa5bc7402bef873f607ed406960019f
6 changes: 2 additions & 4 deletions trunk/drivers/media/IR/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int ir_seek_table(struct ir_scancode_table *rc_tab, u32 scancode)
* In order to reduce the quantity of table resizes, it has a minimum
* table size of IR_TAB_MIN_SIZE.
*/
int ir_roundup_tablesize(int n_elems)
static int ir_roundup_tablesize(int n_elems)
{
size_t size;

Expand All @@ -81,7 +81,6 @@ int ir_roundup_tablesize(int n_elems)

return n_elems;
}
EXPORT_SYMBOL_GPL(ir_roundup_tablesize);

/**
* ir_copy_table() - copies a keytable, discarding the unused entries
Expand All @@ -93,7 +92,7 @@ EXPORT_SYMBOL_GPL(ir_roundup_tablesize);
* NOTE: It shouldn't copy the lock field
*/

int ir_copy_table(struct ir_scancode_table *destin,
static int ir_copy_table(struct ir_scancode_table *destin,
const struct ir_scancode_table *origin)
{
int i, j = 0;
Expand All @@ -113,7 +112,6 @@ int ir_copy_table(struct ir_scancode_table *destin,

return 0;
}
EXPORT_SYMBOL_GPL(ir_copy_table);

/**
* ir_getkeycode() - get a keycode at the evdev scancode ->keycode table
Expand Down
4 changes: 0 additions & 4 deletions trunk/include/media/ir-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ struct ir_input_dev {
u32 ir_g_keycode_from_table(struct input_dev *input_dev,
u32 scancode);

int ir_set_keycode_table(struct input_dev *input_dev,
struct ir_scancode_table *rc_tab);

int ir_roundup_tablesize(int n_elems);
int ir_input_register(struct input_dev *dev,
const struct ir_scancode_table *ir_codes,
const struct ir_dev_props *props);
Expand Down

0 comments on commit 74a8e49

Please sign in to comment.