Skip to content

Commit

Permalink
driver core: remove no longer used "struct class_device"
Browse files Browse the repository at this point in the history
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Apr 30, 2008
1 parent 4356d73 commit c3b19ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 745 deletions.
11 changes: 0 additions & 11 deletions drivers/base/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ extern void sysdev_shutdown(void);
extern int sysdev_suspend(pm_message_t state);
extern int sysdev_resume(void);

static inline struct class_device *to_class_dev(struct kobject *obj)
{
return container_of(obj, struct class_device, kobj);
}

static inline
struct class_device_attribute *to_class_dev_attr(struct attribute *_attr)
{
return container_of(_attr, struct class_device_attribute, attr);
}

extern char *make_class_name(const char *name, struct kobject *kobj);

extern int devres_release_all(struct device *dev);
Expand Down
Loading

0 comments on commit c3b19ff

Please sign in to comment.