summaryrefslogtreecommitdiff
path: root/include/linux/cdev.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2004-11-11 12:35:10 -0500
committerLen Brown <len.brown@intel.com>2004-11-11 12:35:10 -0500
commit8799c57ee94a21efc10a9f4d3ce9007d1a2784ea (patch)
treea493462379c0c90e36c4395e6f79aa1f5aa606d9 /include/linux/cdev.h
parent1e84bf47bb06e1618147ad711a336344da93dd4f (diff)
parent5240bcbffe6da1039fe4e13f13be1e7aff5bea55 (diff)
Merge intel.com:/home/lenb/bk/26-latest-ref
into intel.com:/home/lenb/src/26-latest-dev
Diffstat (limited to 'include/linux/cdev.h')
-rw-r--r--include/linux/cdev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cdev.h b/include/linux/cdev.h
index f1996ec09e96..8da37e29cb87 100644
--- a/include/linux/cdev.h
+++ b/include/linux/cdev.h
@@ -17,8 +17,6 @@ struct cdev *cdev_alloc(void);
void cdev_put(struct cdev *p);
-struct kobject *cdev_get(struct cdev *);
-
int cdev_add(struct cdev *, dev_t, unsigned);
void cdev_del(struct cdev *);