Skip to content

Commit

Permalink
i40evf: Fix client header define
Browse files Browse the repository at this point in the history
Fix up the VF client header define, since it is the same as the PF
client header.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
  • Loading branch information
Jeff Kirsher committed May 14, 2018
1 parent 0fccb85 commit e691b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/ethernet/intel/i40evf/i40evf_client.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2013 - 2018 Intel Corporation. */

#ifndef _I40E_CLIENT_H_
#define _I40E_CLIENT_H_
#ifndef _I40EVF_CLIENT_H_
#define _I40EVF_CLIENT_H_

#define I40EVF_CLIENT_STR_LENGTH 10

Expand Down Expand Up @@ -166,4 +166,4 @@ struct i40e_client {
/* used by clients */
int i40evf_register_client(struct i40e_client *client);
int i40evf_unregister_client(struct i40e_client *client);
#endif /* _I40E_CLIENT_H_ */
#endif /* _I40EVF_CLIENT_H_ */

0 comments on commit e691b77

Please sign in to comment.