diff options
| author | Len Brown <len.brown@intel.com> | 2004-11-11 12:35:10 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2004-11-11 12:35:10 -0500 |
| commit | 8799c57ee94a21efc10a9f4d3ce9007d1a2784ea (patch) | |
| tree | a493462379c0c90e36c4395e6f79aa1f5aa606d9 /include/linux/cdev.h | |
| parent | 1e84bf47bb06e1618147ad711a336344da93dd4f (diff) | |
| parent | 5240bcbffe6da1039fe4e13f13be1e7aff5bea55 (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.h | 2 |
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 *); |
