We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc1d9b commit 13fba8eCopy full SHA for 13fba8e
include/linux/reset.h
@@ -344,18 +344,6 @@ devm_reset_control_get_shared_by_index(struct device *dev, int index)
344
* These inline function calls will be removed once all consumers
345
* have been moved over to the new explicit API.
346
*/
347
-static inline struct reset_control *reset_control_get(
348
- struct device *dev, const char *id)
349
-{
350
- return reset_control_get_exclusive(dev, id);
351
-}
352
-
353
-static inline struct reset_control *reset_control_get_optional(
354
355
356
- return reset_control_get_optional_exclusive(dev, id);
357
358
359
static inline struct reset_control *of_reset_control_get(
360
struct device_node *node, const char *id)
361
{
0 commit comments