commit | f8916c11a4dc4cb2367e9bee1788f4e0f1b4eabc | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@dev.mellanox.co.il> | Sun Jun 10 22:39:12 2007 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 11 16:09:01 2007 -0700 |
tree | dc4aebaf3d8d2d13d3c3f369d181d9e297850364 | |
parent | 9e584a4fe58881e2dc8f09bdf8444b199ab5ecaf [diff] |
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>