Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58120
b: refs/heads/master
c: 10c86be
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 1, 2007
1 parent ec0a1bc commit 82f8437
Show file tree
Hide file tree
Showing 3 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: 95203aec21fcdff1f1fa5480a597d02416aa0a63
refs/heads/master: 10c86be57724adf44c266300964182fd2966d108
2 changes: 1 addition & 1 deletion trunk/sound/drivers/mts64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ static struct platform_driver snd_mts64_driver = {
/*********************************************************************
* module init stuff
*********************************************************************/
static void __init_or_module snd_mts64_unregister_all(void)
static void snd_mts64_unregister_all(void)
{
int i;

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/sb_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static struct pnp_card_driver sb_pnp_driver = {
MODULE_DEVICE_TABLE(pnp_card, sb_pnp_card_table);
#endif /* CONFIG_PNP */

static void __init_or_module sb_unregister_all(void)
static void sb_unregister_all(void)
{
#ifdef CONFIG_PNP
if (pnp_registered)
Expand Down

0 comments on commit 82f8437

Please sign in to comment.