* [patch 1/4] spufs: add missing headers
@ 2006-04-28 21:44 Geoff Levand
0 siblings, 0 replies; only message in thread
From: Geoff Levand @ 2006-04-28 21:44 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev, cbe-oss-dev, arnd
Add spu.h header dependencies. Fixes these errors:
spu.h:168: warning: 'struct file' declared inside parameter list
spu.h:186: error: syntax error before 'cell_spumem_init'
Signed-off-by: Geoff Levand <geoffrey.levand@am•sony.com>
---
Index: linux-powerpc.git/include/asm-powerpc/spu.h
===================================================================
--- linux-powerpc.git.orig/include/asm-powerpc/spu.h 2006-04-28 14:32:25.000000000 -0700
+++ linux-powerpc.git/include/asm-powerpc/spu.h 2006-04-28 14:38:18.000000000 -0700
@@ -27,6 +27,8 @@
#include <linux/config.h>
#include <linux/kref.h>
#include <linux/workqueue.h>
+#include <linux/file.h>
+#include <linux/init.h>
#define LS_SIZE (256 * 1024)
#define LS_ADDR_MASK (LS_SIZE - 1)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-28 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28 21:44 [patch 1/4] spufs: add missing headers Geoff Levand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox