The patch titled
     cdev.h: forward declarations
has been removed from the -mm tree.  Its filename was
     cdevh-forward-declarations.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: cdev.h: forward declarations
From: Jan Engelhardt <[EMAIL PROTECTED]>

Apparently this broke due to missing `struct inode' declaration.

Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Cc: Noah Watkins <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/cdev.h |    4 ++++
 1 file changed, 4 insertions(+)

diff -puN include/linux/cdev.h~cdevh-forward-declarations include/linux/cdev.h
--- a/include/linux/cdev.h~cdevh-forward-declarations
+++ a/include/linux/cdev.h
@@ -6,6 +6,10 @@
 #include <linux/kdev_t.h>
 #include <linux/list.h>
 
+struct file_operations;
+struct inode;
+struct module;
+
 struct cdev {
        struct kobject kobj;
        struct module *owner;
_

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

origin.patch

-
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