summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-defines.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2014-03-02 00:09:05 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-04 16:42:28 -0800
commit5ff8bebbd215653cfa7cc3ca2ef003a2c1bdf260 (patch)
tree081da3236f1c453fa256201c86303571c5031f93 /drivers/staging/octeon/ethernet-defines.h
parentba835c1615b58a66848f79e3210f070f7d476c42 (diff)
downloadop-kernel-dev-5ff8bebbd215653cfa7cc3ca2ef003a2c1bdf260.zip
op-kernel-dev-5ff8bebbd215653cfa7cc3ca2ef003a2c1bdf260.tar.gz
staging: octeon-ethernet: drop CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS
We don't have such Kconfig option, so the current code is dead and the documentation is wrong. Users can adjust this setting by using module parameter or kernel command line, so we can delete this code. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon/ethernet-defines.h')
-rw-r--r--drivers/staging/octeon/ethernet-defines.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/octeon/ethernet-defines.h b/drivers/staging/octeon/ethernet-defines.h
index bdaec8d..2a98a21 100644
--- a/drivers/staging/octeon/ethernet-defines.h
+++ b/drivers/staging/octeon/ethernet-defines.h
@@ -33,10 +33,6 @@
* driver will use this memory instead of kernel memory for pools. This
* allows 32bit userspace application to access the buffers, but also
* requires all received packets to be copied.
- * CONFIG_CAVIUM_OCTEON_NUM_PACKET_BUFFERS
- * This kernel config option allows the user to control the number of
- * packet and work queue buffers allocated by the driver. If this is zero,
- * the driver uses the default from below.
* USE_SKBUFFS_IN_HW
* Tells the driver to populate the packet buffers with kernel skbuffs.
* This allows the driver to receive packets without copying them. It also
OpenPOWER on IntegriCloud