linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regmap: fix compilation error
@ 2013-02-04  8:44 Venu Byravarasu
  2013-02-04 10:11 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Venu Byravarasu @ 2013-02-04  8:44 UTC (permalink / raw)
  To: broonie, gregkh; +Cc: linux-kernel, Venu Byravarasu

As a compilation error is seen due to missing header file
in next-20130204, fixing it.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
---
 drivers/base/regmap/regmap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/base/regmap/regmap.c b/drivers/base/regmap/regmap.c
index bee8560..ebd1f22 100644
--- a/drivers/base/regmap/regmap.c
+++ b/drivers/base/regmap/regmap.c
@@ -16,6 +16,7 @@
 #include <linux/mutex.h>
 #include <linux/err.h>
 #include <linux/rbtree.h>
+#include <linux/sched.h>
 
 #define CREATE_TRACE_POINTS
 #include <trace/events/regmap.h>
-- 
1.7.0.4


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

* Re: [PATCH] regmap: fix compilation error
  2013-02-04  8:44 [PATCH] regmap: fix compilation error Venu Byravarasu
@ 2013-02-04 10:11 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-02-04 10:11 UTC (permalink / raw)
  To: Venu Byravarasu; +Cc: gregkh, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

On Mon, Feb 04, 2013 at 02:14:02PM +0530, Venu Byravarasu wrote:
> As a compilation error is seen due to missing header file
> in next-20130204, fixing it.

Already fixed.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-02-04 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-04  8:44 [PATCH] regmap: fix compilation error Venu Byravarasu
2013-02-04 10:11 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).