* [TRIVIAL] Missing tqueue.h in drivers/char/genrtc.c
@ 2002-06-20 2:18 David Gibson
0 siblings, 0 replies; only message in thread
From: David Gibson @ 2002-06-20 2:18 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, trivial
Linus, please apply. This fixes a compile problem on PPC in
drivers/char/genrtc.c. It needs struct tq_struct, defined in
tqueue.h, which must formerly have been indirectly included. With the
recent removal of a bunch of includes, it isn't. This patch includes
it directly.
diff -urN /home/dgibson/kernel/linuxppc-2.5/drivers/char/genrtc.c linux-bluefish/drivers/char/genrtc.c
--- /home/dgibson/kernel/linuxppc-2.5/drivers/char/genrtc.c Fri Jun 14 10:15:07 2002
+++ linux-bluefish/drivers/char/genrtc.c Thu Jun 20 12:01:52 2002
@@ -47,6 +47,7 @@
#include <linux/init.h>
#include <linux/poll.h>
#include <linux/proc_fs.h>
+#include <linux/tqueue.h>
#include <asm/uaccess.h>
#include <asm/system.h>
--
David Gibson | For every complex problem there is a
david@gibson.dropbear.id.au | solution which is simple, neat and
| wrong. -- H.L. Mencken
http://www.ozlabs.org/people/dgibson
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-20 2:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-20 2:18 [TRIVIAL] Missing tqueue.h in drivers/char/genrtc.c David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox