All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: geert@linux-m68k.org, mm-commits@vger.kernel.org
Subject: - misc-c2port-needs-linux-schedh.patch removed from -mm tree
Date: Mon, 17 Nov 2008 13:27:18 -0800	[thread overview]
Message-ID: <200811172127.mAHLRIlf024203@imap1.linux-foundation.org> (raw)


The patch titled
     misc: C2port needs <linux/sched.h>
has been removed from the -mm tree.  Its filename was
     misc-c2port-needs-linux-schedh.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: misc: C2port needs <linux/sched.h>
From: Geert Uytterhoeven <geert@linux-m68k.org>

m68k allmodconfig:

| drivers/misc/c2port/core.c: In function 'c2port_reset':
| drivers/misc/c2port/core.c:73: error: dereferencing pointer to incomplete type
| drivers/misc/c2port/core.c: In function 'c2port_strobe_ck':
| drivers/misc/c2port/core.c:91: error: dereferencing pointer to incomplete type

Include <linux/sched.h> to fix it, as m68k's local_irq_enable() needs to know
about struct task_struct.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/misc/c2port/core.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/misc/c2port/core.c~misc-c2port-needs-linux-schedh drivers/misc/c2port/core.c
--- a/drivers/misc/c2port/core.c~misc-c2port-needs-linux-schedh
+++ a/drivers/misc/c2port/core.c
@@ -18,6 +18,7 @@
 #include <linux/ctype.h>
 #include <linux/delay.h>
 #include <linux/idr.h>
+#include <linux/sched.h>
 
 #include <linux/c2port.h>
 
_

Patches currently in -mm which might be from geert@linux-m68k.org are

fb-clean-the-penguins-dirty-feet.patch
linux-next.patch
fbdev-fix-typo-in-drivers-video-modedbc.patch


                 reply	other threads:[~2008-11-17 21:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200811172127.mAHLRIlf024203@imap1.linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@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.