All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: Add missing mutex.h inclusion to WM8994 core.h
@ 2011-12-01 13:56 Mark Brown
  2011-12-01 13:56 ` [PATCH 2/2] mfd: Mark WM1811 GPIO6 register volatile for later revisions Mark Brown
  2011-12-19 11:18 ` [PATCH 1/2] mfd: Add missing mutex.h inclusion to WM8994 core.h Samuel Ortiz
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2011-12-01 13:56 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-kernel, patches, Mark Brown

struct wm8994 includes a mutex so we need to include mutex.h before we
declare it. All current users rely on this being done implicitly.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 include/linux/mfd/wm8994/core.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h
index b9a44e7..c22b352 100644
--- a/include/linux/mfd/wm8994/core.h
+++ b/include/linux/mfd/wm8994/core.h
@@ -15,6 +15,7 @@
 #ifndef __MFD_WM8994_CORE_H__
 #define __MFD_WM8994_CORE_H__
 
+#include <linux/mutex.h>
 #include <linux/interrupt.h>
 
 enum wm8994_type {
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-19 11:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-01 13:56 [PATCH 1/2] mfd: Add missing mutex.h inclusion to WM8994 core.h Mark Brown
2011-12-01 13:56 ` [PATCH 2/2] mfd: Mark WM1811 GPIO6 register volatile for later revisions Mark Brown
2011-12-19 11:17   ` Samuel Ortiz
2011-12-19 11:18 ` [PATCH 1/2] mfd: Add missing mutex.h inclusion to WM8994 core.h Samuel Ortiz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.