diff options
author | David Daney <david.daney@cavium.com> | 2011-11-22 09:47:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:03:29 -0500 |
commit | 37d3bfd9927a8c509d31eac1036b2c3c905f8241 (patch) | |
tree | cf6db6e3ac5335313f1345829b0c9d3cd94da07e /arch/mips/include/asm/octeon/cvmx-helper-npi.h | |
parent | ada11a339dc1dd5cf6724638675bfc008de99fac (diff) |
MIPS: Octeon: Rearrange CVMX files in preperation for device tree
Signed-off-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: netdev@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Patchwork: https://patchwork.linux-mips.org/patch/2941/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/octeon/cvmx-helper-npi.h')
-rw-r--r-- | arch/mips/include/asm/octeon/cvmx-helper-npi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-helper-npi.h b/arch/mips/include/asm/octeon/cvmx-helper-npi.h index 908e7b08c214..8df4c7fafdba 100644 --- a/arch/mips/include/asm/octeon/cvmx-helper-npi.h +++ b/arch/mips/include/asm/octeon/cvmx-helper-npi.h | |||
@@ -45,6 +45,7 @@ | |||
45 | * Returns Number of ports on the interface. Zero to disable. | 45 | * Returns Number of ports on the interface. Zero to disable. |
46 | */ | 46 | */ |
47 | extern int __cvmx_helper_npi_probe(int interface); | 47 | extern int __cvmx_helper_npi_probe(int interface); |
48 | #define __cvmx_helper_npi_enumerate __cvmx_helper_npi_probe | ||
48 | 49 | ||
49 | /** | 50 | /** |
50 | * Bringup and enable a NPI interface. After this call packet | 51 | * Bringup and enable a NPI interface. After this call packet |