* - misc-c2port-needs-linux-schedh.patch removed from -mm tree
@ 2008-11-17 21:27 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2008-11-17 21:27 UTC (permalink / raw)
To: geert, mm-commits
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-17 21:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-17 21:27 - misc-c2port-needs-linux-schedh.patch removed from -mm tree akpm
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.