]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: rcar: Remove DRV_NAME macro
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:40:28 +0000 (13:40 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 04:34:49 +0000 (23:34 -0500)
commit5bcc86e8c76420376aca8f41c08f8db43e24f285
treee186a0b6d58f754150900e8c26469195b399fbe5
parent1b43c46f1069472300358ca9b494c87b38c3f568
PCI: rcar: Remove DRV_NAME macro

The DRV_NAME macro is only used once, so there's no real advantage to
having the macro at all.  Remove it and use the "rcar-pcie" name directly
in the struct platform_driver.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pci/host/pcie-rcar.c