Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104210
b: refs/heads/master
c: 0486dc1
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Dmitry Torokhov committed Jun 30, 2008
1 parent a3a333b commit d47b90f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a894403766c93a8fae6de15684aa559fc78d5530
refs/heads/master: 0486dc1e9295f46130305817940384458e3f47d1
6 changes: 3 additions & 3 deletions trunk/drivers/input/serio/hil_mlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static struct timer_list hil_mlcs_kicker;
static int hil_mlcs_probe;

static void hil_mlcs_process(unsigned long unused);
DECLARE_TASKLET_DISABLED(hil_mlcs_tasklet, hil_mlcs_process, 0);
static DECLARE_TASKLET_DISABLED(hil_mlcs_tasklet, hil_mlcs_process, 0);


/* #define HIL_MLC_DEBUG */
Expand Down Expand Up @@ -459,7 +459,7 @@ static int hilse_operate(hil_mlc *mlc, int repoll)
#define OUT_LAST(pack) \
{ HILSE_OUT_LAST, { .packet = pack }, 0, 0, 0, 0 },

const struct hilse_node hil_mlc_se[HILSEN_END] = {
static const struct hilse_node hil_mlc_se[HILSEN_END] = {

/* 0 HILSEN_START */
FUNC(hilse_init_lcv, 0, HILSEN_NEXT, HILSEN_SLEEP, 0)
Expand Down Expand Up @@ -784,7 +784,7 @@ static void hil_mlcs_process(unsigned long unused)

/************************* Keepalive timer task *********************/

void hil_mlcs_timer(unsigned long data)
static void hil_mlcs_timer(unsigned long data)
{
hil_mlcs_probe = 1;
tasklet_schedule(&hil_mlcs_tasklet);
Expand Down

0 comments on commit d47b90f

Please sign in to comment.