staging: octeon-ethernet: make num_packet_buffers static
Make num_packet_buffers static to eliminate a sparse warning. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
5ff8bebbd2
Коммит
90419615c2
|
@ -55,7 +55,7 @@
|
|||
#include <asm/octeon/cvmx-gmxx-defs.h>
|
||||
#include <asm/octeon/cvmx-smix-defs.h>
|
||||
|
||||
int num_packet_buffers = 1024;
|
||||
static int num_packet_buffers = 1024;
|
||||
module_param(num_packet_buffers, int, 0444);
|
||||
MODULE_PARM_DESC(num_packet_buffers, "\n"
|
||||
"\tNumber of packet buffers to allocate and store in the\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче