Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282315
b: refs/heads/master
c: f2c4826
h: refs/heads/master
i:
  282313: a1b0047
  282311: f9db2de
v: v3
  • Loading branch information
Jiri Kosina committed Nov 22, 2011
1 parent 6355f2e commit 4203e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b3c21d2cadd568d31db72f37c52bd1d501d1be13
refs/heads/master: f2c4826c685b1ad9afdcef3649e3e60a3348491c
4 changes: 2 additions & 2 deletions trunk/drivers/hid/hid-picolcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ struct picolcd_fb_cleanup_item {
struct picolcd_fb_cleanup_item *next;
};
static struct picolcd_fb_cleanup_item *fb_pending;
DEFINE_SPINLOCK(fb_pending_lock);
static DEFINE_SPINLOCK(fb_pending_lock);

static void picolcd_fb_do_cleanup(struct work_struct *data)
{
Expand All @@ -657,7 +657,7 @@ static void picolcd_fb_do_cleanup(struct work_struct *data)
} while (item);
}

DECLARE_WORK(picolcd_fb_cleanup, picolcd_fb_do_cleanup);
static DECLARE_WORK(picolcd_fb_cleanup, picolcd_fb_do_cleanup);

static int picolcd_fb_open(struct fb_info *info, int u)
{
Expand Down

0 comments on commit 4203e94

Please sign in to comment.