From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: "Rafael J. Wysocki\"" <rjw@sisk.pl>
Cc: linux-kernel@vger.kernel.org,
patches@opensource.wolfsonmicro.com,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: [PATCH] PM: Fix build due to missing notifier header
Date: Fri, 19 Aug 2011 17:43:05 +0900 [thread overview]
Message-ID: <1313743385-8394-1-git-send-email-broonie@opensource.wolfsonmicro.com> (raw)
pm_clock.h uses a struct notifier_block without including notifier.h which
appears to have caused it to fall victim to some of the current header
reorganisations in -next. Fix the resulting build failures.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
include/linux/pm_clock.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/pm_clock.h b/include/linux/pm_clock.h
index f888013..8348866 100644
--- a/include/linux/pm_clock.h
+++ b/include/linux/pm_clock.h
@@ -10,6 +10,7 @@
#define _LINUX_PM_CLOCK_H
#include <linux/device.h>
+#include <linux/notifier.h>
struct pm_clk_notifier_block {
struct notifier_block nb;
--
1.7.5.4
next reply other threads:[~2011-08-19 22:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-19 8:43 Mark Brown [this message]
2011-08-19 22:15 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1313743385-8394-1-git-send-email-broonie@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.wolfsonmicro.com \
--cc=rjw@sisk.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®