public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v1 1/1] i40e: Add missing header
@ 2026-03-02  9:03 Andy Shevchenko
  2026-03-02  9:10 ` [Intel-wired-lan] " Paul Menzel
  2026-03-02  9:45 ` Loktionov, Aleksandr
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Shevchenko @ 2026-03-02  9:03 UTC (permalink / raw)
  To: Andy Shevchenko, intel-wired-lan, netdev, linux-kernel
  Cc: Tony Nguyen, Przemek Kitszel, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni

When cleaning up another header I have met this build error:

drivers/net/ethernet/intel/i40e/i40e_hmc.h:105:22: error: implicit declaration of function 'upper_32_bits' [-Wimplicit-function-declaration]
  105 |         val1 = (u32)(upper_32_bits(pa));                                \

This is due to missing header, add it to fix the possible issue.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/net/ethernet/intel/i40e/i40e_hmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ethernet/intel/i40e/i40e_hmc.h b/drivers/net/ethernet/intel/i40e/i40e_hmc.h
index 480e3a883cc7..967711405919 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_hmc.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_hmc.h
@@ -4,6 +4,8 @@
 #ifndef _I40E_HMC_H_
 #define _I40E_HMC_H_
 
+#include <linux/wordpart.h>
+
 #include "i40e_alloc.h"
 #include "i40e_io.h"
 #include "i40e_register.h"
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH net-next v1 1/1] i40e: Add missing header
@ 2026-01-24  0:56 Andy Shevchenko
  2026-01-26  7:25 ` [Intel-wired-lan] " Loktionov, Aleksandr
  0 siblings, 1 reply; 6+ messages in thread
From: Andy Shevchenko @ 2026-01-24  0:56 UTC (permalink / raw)
  To: Andy Shevchenko, intel-wired-lan, netdev, linux-kernel
  Cc: Tony Nguyen, Przemek Kitszel, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni

When cleaning up another header I have met this build error:

drivers/net/ethernet/intel/i40e/i40e_hmc.h:105:22: error: implicit declaration of function 'upper_32_bits' [-Wimplicit-function-declaration]
  105 |         val1 = (u32)(upper_32_bits(pa));                                \

This is due to missing header, add it to fix the possible issue.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/net/ethernet/intel/i40e/i40e_hmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ethernet/intel/i40e/i40e_hmc.h b/drivers/net/ethernet/intel/i40e/i40e_hmc.h
index 480e3a883cc7..967711405919 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_hmc.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_hmc.h
@@ -4,6 +4,8 @@
 #ifndef _I40E_HMC_H_
 #define _I40E_HMC_H_
 
+#include <linux/wordpart.h>
+
 #include "i40e_alloc.h"
 #include "i40e_io.h"
 #include "i40e_register.h"
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-02  9:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  9:03 [PATCH net-next v1 1/1] i40e: Add missing header Andy Shevchenko
2026-03-02  9:10 ` [Intel-wired-lan] " Paul Menzel
2026-03-02  9:19   ` Andy Shevchenko
2026-03-02  9:45 ` Loktionov, Aleksandr
2026-03-02  9:51   ` Andy Shevchenko
  -- strict thread matches above, loose matches on Subject: below --
2026-01-24  0:56 Andy Shevchenko
2026-01-26  7:25 ` [Intel-wired-lan] " Loktionov, Aleksandr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox