All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: linux-parisc@vger.kernel.org
Subject: [PATCH 2/6] parisc: add missing includes in asm/spinlock.h
Date: Sat, 21 Apr 2012 20:23:32 +0200	[thread overview]
Message-ID: <2891577.BP83TZWMFp@donald.sf-tec.de> (raw)
In-Reply-To: <3154414.psmJh6J2U2@donald.sf-tec.de>

This leads to this errors:

In file included from /home/buildbot/repos/linux/arch/parisc/include/as=
m/atomic.h:20:0,
                 from /home/buildbot/repos/linux/include/linux/atomic.h=
:4,
                 from /home/buildbot/repos/linux/arch/parisc/include/as=
m/bitops.h:56,
                 from /home/buildbot/repos/linux/include/linux/bitops.h=
:22,
                 from /home/buildbot/repos/linux/include/linux/kernel.h=
:19,
                 from /home/buildbot/repos/linux/include/linux/sched.h:=
55,
                 from /home/buildbot/repos/linux/arch/parisc/kernel/asm=
-offsets.c:31:
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h: In funct=
ion =E2=80=98arch_spin_is_locked=E2=80=99:
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h:9:2: erro=
r: implicit declaration of function =E2=80=98__ldcw_align=E2=80=99 [-We=
rror=3Dimplicit-function-declaration]
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h:9:29: war=
ning: initialization makes pointer from integer without a cast [enabled=
 by default]
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h: In funct=
ion =E2=80=98arch_spin_lock_flags=E2=80=99:
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h:22:2: err=
or: implicit declaration of function =E2=80=98mb=E2=80=99 [-Werror=3Dim=
plicit-function-declaration]
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h:23:4: war=
ning: assignment makes pointer from integer without a cast [enabled by =
default]
/home/buildbot/repos/linux/arch/parisc/include/asm/spinlock.h:24:2: err=
or: implicit declaration of function =E2=80=98__ldcw=E2=80=99 [-Werror=3D=
implicit-function-declaration]

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
---
 arch/parisc/include/asm/spinlock.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/parisc/include/asm/spinlock.h b/arch/parisc/include/a=
sm/spinlock.h
index 804aa28..3516e0b 100644
--- a/arch/parisc/include/asm/spinlock.h
+++ b/arch/parisc/include/asm/spinlock.h
@@ -1,6 +1,8 @@
 #ifndef __ASM_SPINLOCK_H
 #define __ASM_SPINLOCK_H
=20
+#include <asm/barrier.h>
+#include <asm/ldcw.h>
 #include <asm/processor.h>
 #include <asm/spinlock_types.h>
=20
--=20
1.7.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-parisc"=
 in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2012-04-21 18:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-21 17:52 [PATCH 0/6] PA-RISC: fix compile Rolf Eike Beer
2012-04-21 17:52 ` Rolf Eike Beer, eike-kernel
2012-04-21 18:15 ` [PATCH 3/6] parisc: add missing forward declarations in asm/hardware.h Rolf Eike Beer
2012-04-21 18:17 ` [PATCH 4/6] parisc: drop include of asm/pdc.h from asm/hardware.h Rolf Eike Beer
2012-04-24  1:34   ` Grant Grundler
2012-04-21 18:20 ` [PATCH 5/6] parisc: add missing include of asm/page.h to asm/pgtable.h Rolf Eike Beer
2012-04-21 18:22 ` [PATCH 6/6] parisc: move definition of PAGE0 to asm/page.h Rolf Eike Beer
2012-04-21 18:23 ` Rolf Eike Beer [this message]
2012-04-21 18:23 ` [PATCH 1/6] use linux/bitops.h instead of linux/log2.h to get fls() Rolf Eike Beer
2012-04-21 18:23 ` Rolf Eike Beer
2012-04-21 18:23   ` Rolf Eike Beer, eike-kernel
2012-05-01 13:28 ` [PATCH 0/6] PA-RISC: fix compile Rolf Eike Beer
2012-05-10 20:49 ` [PATCH] use linux/bitops.h instead of linux/log2.h to get fls() Rolf Eike Beer
2012-05-12  9:53   ` David Howells

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=2891577.BP83TZWMFp@donald.sf-tec.de \
    --to=eike-kernel@sf-tec.de \
    --cc=linux-parisc@vger.kernel.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 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.