Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110996
b: refs/heads/master
c: de30d36
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Helt authored and Jaroslav Kysela committed Sep 9, 2008
1 parent 2291351 commit 00d13bb
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: d8009882e9f5e1a76986c741f071edd2ad760c97
refs/heads/master: de30d36be171c05dfd66fa49e3d785e004f5ecdf
4 changes: 2 additions & 2 deletions trunk/sound/sound_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#ifdef CONFIG_SOUND_OSS_CORE
static int __init init_oss_soundcore(void);
static void __exit cleanup_oss_soundcore(void);
static void cleanup_oss_soundcore(void);
#else
static inline int init_oss_soundcore(void) { return 0; }
static inline void cleanup_oss_soundcore(void) { }
Expand Down Expand Up @@ -574,7 +574,7 @@ int soundcore_open(struct inode *inode, struct file *file)

MODULE_ALIAS_CHARDEV_MAJOR(SOUND_MAJOR);

static void __exit cleanup_oss_soundcore(void)
static void cleanup_oss_soundcore(void)
{
/* We have nothing to really do here - we know the lists must be
empty */
Expand Down

0 comments on commit 00d13bb

Please sign in to comment.