The patch titled

     i2o: config-osm build fix

has been added to the -mm tree.  Its filename is

     i2o-config-osm-build-fix.patch

Patches currently in -mm which might be from [EMAIL PROTECTED] are

bt87x-build-fix.patch
i2o-config-osm-build-fix.patch
git-drm-via-fixup.patch
git-netdev-janitor-fixup.patch
wireless-device-attr-fixes.patch
wireless-device-attr-fixes-2.patch
ipw2100-old-gcc-fix.patch
ieee80211_module-build-fixes.patch
ieee80211_tx-build-fix.patch
ieee80211_rx-build-fix.patch
ieee80211_crypt-build-fix.patch
ieee80211_crypt_ccmp-build-fix.patch
ieee80211_crypt_wep-build-fix.patch
ieee80211_crypt_tkip-build-fix.patch
revert-gregkh-pci-pci-assign-unassigned-resources.patch
dpt_i2o-warning-fix.patch
aic79xx-ahd_linux_dev_reset-cleanup.patch
bk-watchdog.patch
print-order-information-when-oom-killing-fix.patch
zatm-kfree-fix.patch
e1000-printk-warning-fix-2.patch
net-add-driver-for-the-nic-on-cell-blades-kconfig-fix.patch
x86_64-div-by-zero-fix.patch
page_uptodate-locking-scalability-fix.patch
yealink-updates.patch
pselect-ppoll-system-calls-tidy.patch
pselect-ppoll-system-calls-sigset_t-fix-2.patch
pselect-ppoll-system-calls-sigset_t-fix-3.patch
xip-empty_zero_page-build-fix.patch
smsc-ircc2-pm-cleanup-do-not-close-device-when-suspending-fixes.patch
alpha-pgprot_noncached.patch
ib-uverbs-add-mthca-mmap-support-fix.patch
connector-exit-notifier-fix.patch
connector-add-a-fork-connector-use-after-free-fix.patch
jbd-split-checkpoint-lists-tweaks.patch
revert-fix-broken-kmalloc_node-in-rc1-rc2.patch
nr_blockdev_pages-in_interrupt-warning.patch
asfs-filesystem-driver-fixes.patch
reiser4-swsusp-build-fix.patch
reiser4-printk-warning-fix.patch
reiser4-mm-remove-pg_highmem-fix.patch
v9fs-debug-and-support-routines-fix.patch
device-mapper-dm-raid1-limit-bios-to-size-of-mirror-region-fix.patch



From: Andrew Morton <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
---

 drivers/message/i2o/config-osm.c |    2 ++
 1 files changed, 2 insertions(+)

diff -puN drivers/message/i2o/config-osm.c~i2o-config-osm-build-fix 
drivers/message/i2o/config-osm.c
--- 25-alpha/drivers/message/i2o/config-osm.c~i2o-config-osm-build-fix  
2005-07-06 18:18:38.000000000 -0700
+++ 25-alpha-akpm/drivers/message/i2o/config-osm.c      2005-07-06 
18:19:51.000000000 -0700
@@ -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>
 
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to