Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262416
b: refs/heads/master
c: 21ef4b8
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dan Williams committed Aug 4, 2011
1 parent 6d3f846 commit d270cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: d0b0c8c79b26a1f48e1e92a2c073655159e72b7c
refs/heads/master: 21ef4b8b7a7d59a995bf44382de38c95587767d4
4 changes: 1 addition & 3 deletions trunk/drivers/dma/dmaengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
#include <linux/slab.h>

static DEFINE_MUTEX(dma_list_mutex);
static DEFINE_IDR(dma_idr);
static LIST_HEAD(dma_device_list);
static long dmaengine_ref_count;
static struct idr dma_idr;

/* --- sysfs implementation --- */

Expand Down Expand Up @@ -1049,8 +1049,6 @@ EXPORT_SYMBOL_GPL(dma_run_dependencies);

static int __init dma_bus_init(void)
{
idr_init(&dma_idr);
mutex_init(&dma_list_mutex);
return class_register(&dma_devclass);
}
arch_initcall(dma_bus_init);
Expand Down

0 comments on commit d270cf0

Please sign in to comment.