OSDN Git Service

net: smc91x: Replace of_gpio.h with what indeed is used
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 16 Mar 2023 12:04:19 +0000 (14:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Mar 2023 10:40:04 +0000 (10:40 +0000)
commitc0e906a953f03c56d8029b0207195ee202fd646d
tree4195ba0128b35e394d5b03cfbbdc15b135444cd7
parentb31587feaa0133b19a1900a26bce07a3c6d21af6
net: smc91x: Replace of_gpio.h with what indeed is used

of_gpio.h in this driver is solely used as a proxy to other headers.
This is incorrect usage of the of_gpio.h. Replace it .h with what
indeed is used in the code.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/smsc/smc91x.c