summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
diff options
context:
space:
mode:
authorHarish Patil <harish.patil@qlogic.com>2015-08-07 14:17:02 +0300
committerDavid S. Miller <davem@davemloft.net>2015-08-10 23:34:28 +0300
commita930a4639d8ce8882a44adcafcfa20049bd67cdf (patch)
tree55b5772d21fc6cec64eddace3577bb9b22f95b90 /drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
parent07151bc9f7f53731b355b704141ffaccc8d08752 (diff)
downloadlinux-a930a4639d8ce8882a44adcafcfa20049bd67cdf.tar.xz
qlcnic: Rearrange ordering of header files inclusion
Include local headers files after kernel's header files. Signed-off-by: Harish Patil <harish.patil@qlogic.com> Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
index e6312465fe45..546cd5f1c85a 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
@@ -5,10 +5,11 @@
* See LICENSE.qlcnic for copyright and licensing details.
*/
+#include <linux/types.h>
+
#include "qlcnic_sriov.h"
#include "qlcnic.h"
#include "qlcnic_83xx_hw.h"
-#include <linux/types.h>
#define QLC_BC_COMMAND 0
#define QLC_BC_RESPONSE 1