diff --git a/drivers/net/ethernet/mellanox/mlxsw/pci.c b/drivers/net/ethernet/mellanox/mlxsw/pci.c index c88f2ab90a3923c7570b8c8eb7b6a49f4b9fadc2..209630c98ef7df881c5ca6c3d24629481c7741ea 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/pci.c +++ b/drivers/net/ethernet/mellanox/mlxsw/pci.c @@ -48,7 +48,7 @@ #include #include -#include "pci.h" +#include "pci_hw.h" #include "core.h" #include "cmd.h" #include "port.h" diff --git a/drivers/net/ethernet/mellanox/mlxsw/pci.h b/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h similarity index 97% rename from drivers/net/ethernet/mellanox/mlxsw/pci.h rename to drivers/net/ethernet/mellanox/mlxsw/pci_hw.h index d942a3e6fa4151cbc10f4207b25c95ea8aa734c6..45bc19790be491d3e49ba94217f6af3e1c5d2294 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/pci.h +++ b/drivers/net/ethernet/mellanox/mlxsw/pci_hw.h @@ -1,7 +1,7 @@ /* - * drivers/net/ethernet/mellanox/mlxsw/pci.h - * Copyright (c) 2015 Mellanox Technologies. All rights reserved. - * Copyright (c) 2015 Jiri Pirko + * drivers/net/ethernet/mellanox/mlxsw/pci_hw.h + * Copyright (c) 2015-2016 Mellanox Technologies. All rights reserved. + * Copyright (c) 2015-2016 Jiri Pirko * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -32,8 +32,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MLXSW_PCI_H -#define _MLXSW_PCI_H +#ifndef _MLXSW_PCI_HW_H +#define _MLXSW_PCI_HW_H #include