Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92109
b: refs/heads/master
c: a91605b
h: refs/heads/master
i:
  92107: 637a810
v: v3
  • Loading branch information
Stas Sergeev authored and Takashi Iwai committed Apr 24, 2008
1 parent 19b8fc9 commit f6bca0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: 368c7a95ea324b3f9728ba1c901ac119d409bf4e
refs/heads/master: a91605b86a234b01d2f99b38411ac30a40bdf067
2 changes: 0 additions & 2 deletions trunk/sound/drivers/pcsp/pcsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/pcm.h>

#include <linux/input.h>
#include <linux/delay.h>
#include <asm/bitops.h>
#include "pcsp_input.h"
#include "pcsp.h"
Expand Down
4 changes: 1 addition & 3 deletions trunk/sound/drivers/pcsp/pcsp_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <linux/interrupt.h>
#include <asm/io.h>
#include <asm/i8253.h>
#include "pcsp.h"

static int nforce_wa;
Expand Down Expand Up @@ -45,7 +43,7 @@ static void pcsp_start_timer(unsigned long dummy)
* The only solution I could find was to move the
* hrtimer_start() into a tasklet. -stsp
*/
DECLARE_TASKLET(pcsp_start_timer_tasklet, pcsp_start_timer, 0);
static DECLARE_TASKLET(pcsp_start_timer_tasklet, pcsp_start_timer, 0);

enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle)
{
Expand Down

0 comments on commit f6bca0a

Please sign in to comment.