The patch titled

     convert-proc-devices-to-use-seq_file-interface-fix

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

     convert-proc-devices-to-use-seq_file-interface-fix.patch

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

seclvl-use-securityfs-tidy.patch
git-net-gregkh-i2c-w1-netlink-callbacks-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
mbio_bus-pm_message_t-fix.patch
ocfs2-prep.patch
git-scsi-iscsi-vs-git-net.patch
git-net-vs-iscsi-fix.patch
page-fault-patches-optional-page_lock-acquisition-in-vs-use-mm_counter-macros-for-nr_pte-since-its-also-under-ptl.patch
x86-ptep-clear-optimization-fix.patch
ipw2200-build-fix.patch
security-enable-atomic-inode-security-labeling-use-kstrdup.patch
ext2-enable-atomic-inode-security-labeling-fix.patch
ext3-enable-atomic-inode-security-labeling-fix.patch
x86-automatically-enable-bigsmp-when-we-have-more-than-8-cpus-2-tidy.patch
i386-inline-asm-cleanup-kexec-fix.patch
i386-arch-cleanup-seralize-msr-fix.patch
i386-inline-assembler-cleanup-encapsulate-descriptor-and-task-register-management-fix.patch
i386--typecheck-and-optimize-base-and-limit-accessors-fix.patch
i386--typecheck-and-optimize-base-and-limit-accessors-fix-tidy.patch
i386-boottime-for_each_cpu-broken-fix.patch
x86_64-div-by-zero-fix.patch
swsusp-switch-pm_message_t-to-struct-pmac_zilog-fix.patch
swsusp-switch-pm_message_t-to-struct-ppc32-fixes.patch
swsusp-switch-pm_message_t-to-struct-chipsfb-fixes.patch
detect-soft-lockups-export-touch_softlockup_watchdog.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
provide-better-printk-support-for-smp-machines-tidy.patch
make-kmalloc-fail-for-swapped-size--gfp-flags-fix.patch
make-kmalloc-fail-for-swapped-size--gfp-flags-aic-fix.patch
radix_tag_get-differentiate-between-no-present-node-and-tag-unset-cases-fix.patch
disk-quotas-fail-when-etc-mtab-is-symlinked-to-proc-mounts-tidy.patch
fix-cramfs-making-duplicate-entries-in-inode-cache-tidy.patch
consolidate-sys_ptrace-x86-fix.patch
convert-proc-devices-to-use-seq_file-interface-fix.patch
serial-console-touch-nmi-watchdog.patch
dmi-add-onboard-devices-discovery-fix.patch
smsc-ircc2-pm-cleanup-do-not-close-device-when-suspending-fixes.patch
dlm-use-configfs-fix.patch
debug-preempt-tracing-fix.patch
debug-preempt-tracing-fix-2.patch
debug-preempt-tracing-fix-3.patch
ingo-nfs-stuff-fix.patch
nr_blockdev_pages-in_interrupt-warning.patch
sysfs-crash-debugging.patch
device-suspend-debug.patch
reiser4-swsusp-build-fix.patch
reiser4-printk-warning-fix.patch
reiser4-mm-remove-pg_highmem-fix.patch
fbdev-resurrect-hooks-to-get-edid-from-firmware-fix.patch
timeh-remove-ifdefs.patch
net-fix-up-schedule_timeout-usage-fix.patch
net-fix-up-schedule_timeout-usage-fix-2.patch
parport-fix-up-schedule_timeout-usage-fix.patch
drivers-usb-fix-up-schedule_timeout-usage-fix.patch



From: Andrew Morton <[EMAIL PROTECTED]>

fs/char_dev.c:107: warning: function declaration isn't a prototype
drivers/block/genhd.c:109: warning: function declaration isn't a prototype

Cc: Neil Horman <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/block/genhd.c |    2 +-
 fs/char_dev.c         |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff -puN 
drivers/block/genhd.c~convert-proc-devices-to-use-seq_file-interface-fix 
drivers/block/genhd.c
--- 
devel/drivers/block/genhd.c~convert-proc-devices-to-use-seq_file-interface-fix  
    2005-08-30 19:20:12.000000000 -0700
+++ devel-akpm/drivers/block/genhd.c    2005-08-30 19:20:12.000000000 -0700
@@ -105,7 +105,7 @@ void release_blkdev_list(void *dev)
  * Count the number of records in the blkdev_list.
  * must be called with the block_subsys_sem held
  */
-int count_blkdev_list()
+int count_blkdev_list(void)
 {
        struct blk_major_name *n;
        int i, count;
diff -puN fs/char_dev.c~convert-proc-devices-to-use-seq_file-interface-fix 
fs/char_dev.c
--- devel/fs/char_dev.c~convert-proc-devices-to-use-seq_file-interface-fix      
2005-08-30 19:20:12.000000000 -0700
+++ devel-akpm/fs/char_dev.c    2005-08-30 19:20:12.000000000 -0700
@@ -102,8 +102,7 @@ void release_chrdev_list(void *dev)
        kfree(dev);
 }
 
-
-int count_chrdev_list()
+int count_chrdev_list(void)
 {
        struct char_device_struct *cd;
        int i, count;
_
-
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