]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Driver core: include linux/mutex.h from attribute_container.c
authorMichael S. Tsirkin <mst@dev.mellanox.co.il>
Sun, 10 Jun 2007 19:39:12 +0000 (22:39 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:09:01 +0000 (16:09 -0700)
commitf8916c11a4dc4cb2367e9bee1788f4e0f1b4eabc
treedc4aebaf3d8d2d13d3c3f369d181d9e297850364
parent9e584a4fe58881e2dc8f09bdf8444b199ab5ecaf
Driver core: include linux/mutex.h from attribute_container.c

attribute_container.c uses DEFINE_MUTEX, so while
linux/mutex.h seems to be pulled in indirectly
by one of the headers it includes, the right thing
is to include linux/mutex.h directly.

Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il>
drivers/base/attribute_container.c