summaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
authorAndrew Morton2005-07-08 02:56:02 +0200
committerLinus Torvalds2005-07-08 03:23:35 +0200
commitca3f5a95b7d04eef0f88464f8d3299c1c01e8e13 (patch)
treedfc8c5124b3fa18b436b3958ec8946c091a13262 /drivers/message
parent[PATCH] iounmap debugging (diff)
downloadkernel-qcow2-linux-ca3f5a95b7d04eef0f88464f8d3299c1c01e8e13.tar.gz
kernel-qcow2-linux-ca3f5a95b7d04eef0f88464f8d3299c1c01e8e13.tar.xz
kernel-qcow2-linux-ca3f5a95b7d04eef0f88464f8d3299c1c01e8e13.zip
[PATCH] i2o: config-osm build fix
Various stuff missing on alpha: drivers/message/i2o/config-osm.c:35: error: field `fops' has incomplete type drivers/message/i2o/config-osm.c: In function `sysfs_create_fops_file': drivers/message/i2o/config-osm.c:71: error: storage size of `tmp' isn't known drivers/message/i2o/config-osm.c:78: error: dereferencing pointer to incomplete type drivers/message/i2o/config-osm.c:81: error: dereferencing pointer to incomplete type Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message')
-rw-r--r--drivers/message/i2o/config-osm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/i2o/config-osm.c b/drivers/message/i2o/config-osm.c
index d0267609a949..fe2e7afc9eae 100644
--- a/drivers/message/i2o/config-osm.c
+++ b/drivers/message/i2o/config-osm.c
@@ -15,7 +15,9 @@
#include <linux/module.h>
#include <linux/i2o.h>
+#include <linux/dcache.h>
#include <linux/namei.h>
+#include <linux/fs.h>
#include <asm/uaccess.h>