From: peter.ujfalusi@ti.com (Peter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP: hwmod_reset: Include errno.h to fix compilation error
Date: Mon, 28 Jan 2013 13:55:43 +0100 [thread overview]
Message-ID: <1359377743-30663-1-git-send-email-peter.ujfalusi@ti.com> (raw)
Without the errno.h:
CC arch/arm/mach-omap2/omap_hwmod_reset.o
arch/arm/mach-omap2/omap_hwmod_reset.c: In function ?omap_hwmod_aess_preprogram?:
arch/arm/mach-omap2/omap_hwmod_reset.c:47:11: error: ?EINVAL? undeclared (first use in this function)
arch/arm/mach-omap2/omap_hwmod_reset.c:47:11: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [arch/arm/mach-omap2/omap_hwmod_reset.o] Error 1
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
Hi Paul,
I could not find the patches from Sebastien's series:
http://www.mail-archive.com/linux-omap at vger.kernel.org/msg82971.html
But AFAIK you have taken them for 3.9.
This patch is on top of it to fix compilation error.
Regards,
Peter
arch/arm/mach-omap2/omap_hwmod_reset.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-omap2/omap_hwmod_reset.c b/arch/arm/mach-omap2/omap_hwmod_reset.c
index bba43fa..65e186c 100644
--- a/arch/arm/mach-omap2/omap_hwmod_reset.c
+++ b/arch/arm/mach-omap2/omap_hwmod_reset.c
@@ -24,6 +24,7 @@
* 02110-1301 USA
*/
#include <linux/kernel.h>
+#include <linux/errno.h>
#include <sound/aess.h>
--
1.8.1.1
next reply other threads:[~2013-01-28 12:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-28 12:55 Peter Ujfalusi [this message]
2013-02-15 1:12 ` [PATCH] ARM: OMAP: hwmod_reset: Include errno.h to fix compilation error Paul Walmsley
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=1359377743-30663-1-git-send-email-peter.ujfalusi@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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