Re: [PATCH v3 net] i40e: Look up MAC address in Open Firmware or IDPROM
From: Sowmini Varadhan <hidden>
Date: 2015-10-30 18:13:03
Also in:
intel-wired-lan, lkml
From: Sowmini Varadhan <hidden>
Date: 2015-10-30 18:13:03
Also in:
intel-wired-lan, lkml
On (10/30/15 20:06), Andy Shevchenko wrote:
quoted
+#include "i40e.h"Why do you need this one exactly?
I needed it to find pf->pdev below.
quoted
+ struct device_node *dp = pci_device_to_OF_node(pf->pdev);
Without it, you will get:
:
CC [M] drivers/net/ethernet/intel/i40e/i40e_common.o
drivers/net/ethernet/intel/i40e/i40e_common.c: In function ?i40e_get_platform_mac_addr?:
drivers/net/ethernet/intel/i40e/i40e_common.c:1021: error: dereferencing pointer to incomplete type
Unless you feel passionately about the \n nits, I'm going to pass on those.
Thanks for reviewing.
--Sowmini