|
@@ -57,7 +57,7 @@ MODULE_LICENSE("Dual BSD/GPL");
|
|
|
static unsigned int max_backlog = 1024;
|
|
|
|
|
|
static struct ctl_table_header *ucma_ctl_table_hdr;
|
|
|
-static ctl_table ucma_ctl_table[] = {
|
|
|
+static struct ctl_table ucma_ctl_table[] = {
|
|
|
{
|
|
|
.procname = "max_backlog",
|
|
|
.data = &max_backlog,
|