On 06/03/14 18:01, Ben Dooks wrote:
Add OF match table for pci-rcar-gen2 driver for device tree support.


diff --git a/drivers/pci/host/pci-rcar-gen2.c b/drivers/pci/host/pci-rcar-gen2.c
index fd3e3ab..1216784 100644
--- a/drivers/pci/host/pci-rcar-gen2.c
+++ b/drivers/pci/host/pci-rcar-gen2.c
@@ -16,6 +16,7 @@
  #include <linux/kernel.h>
  #include <linux/module.h>
  #include <linux/pci.h>
+#include <linux/of_pci.h>
  #include <linux/platform_device.h>
  #include <linux/pm_runtime.h>
  #include <linux/sizes.h>

Apologies all, there's a missing include of <linux/of.h> which should
have been added here


--
Ben Dooks                               http://www.codethink.co.uk/
Senior Engineer                         Codethink - Providing Genius
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to