Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107181
b: refs/heads/master
c: 3f1934b
h: refs/heads/master
i:
  107179: 6e0613a
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Aug 1, 2008
1 parent 2af010c commit b83d4c0
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: 8f8470032570988af2eeff520ca01a32fd908b2b
refs/heads/master: 3f1934bc1a0dcc2b7c31c8fd4f41ea2dd6522c3e
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/qdio_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ int __init qdio_setup_perf_stats(void)
return 0;
}

void __exit qdio_remove_perf_stats(void)
void qdio_remove_perf_stats(void)
{
#ifdef CONFIG_PROC_FS
remove_proc_entry("qdio_perf", NULL);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/qdio_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ int __init qdio_setup_init(void)
return 0;
}

void __exit qdio_setup_exit(void)
void qdio_setup_exit(void)
{
kmem_cache_destroy(qdio_q_cache);
}

0 comments on commit b83d4c0

Please sign in to comment.