mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
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:
committed by
Greg Kroah-Hartman
parent
5ff8bebbd2
commit
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"
|
||||
|
||||
Reference in New Issue
Block a user