On 4/15/2024 3:34 AM, Piotr Kwapulinski wrote:

...

  /**
   * ixgbe_set_eee_capable - helper function to determine EEE support on X550
   * @adapter: board private structure
   */
-static void ixgbe_set_eee_capable(struct ixgbe_adapter *adapter)
+static inline void ixgbe_set_eee_capable(struct ixgbe_adapter *adapter)

no 'inline' for functions in c files please.

  {
        struct ixgbe_hw *hw = &adapter->hw;

Thanks,
Tony

Reply via email to