Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fb6b5d5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

device create: remove device_create_drvdata



Now that the tree is cleaned up, device_create_drvdata can be safely
removed.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3ee074bf
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -502,7 +502,6 @@ extern struct device *device_create(struct class *cls, struct device *parent,
				    dev_t devt, void *drvdata,
				    dev_t devt, void *drvdata,
				    const char *fmt, ...)
				    const char *fmt, ...)
				    __attribute__((format(printf, 5, 6)));
				    __attribute__((format(printf, 5, 6)));
#define device_create_drvdata	device_create
extern void device_destroy(struct class *cls, dev_t devt);
extern void device_destroy(struct class *cls, dev_t devt);


/*
/*