Skip to content

Commit

Permalink
regulator: da9121: Remove unused of_gpio.h
Browse files Browse the repository at this point in the history
of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240228195730.3607154-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Andy Shevchenko authored and Mark Brown committed Feb 29, 2024
1 parent fdf82f2 commit d737096
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/regulator/da9121-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// Copyright (C) 2020 Dialog Semiconductor

#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/regulator/of_regulator.h>
#include <linux/regulator/machine.h>
Expand Down

0 comments on commit d737096

Please sign in to comment.