sysctl net: Remove macro checks for CONFIG_SYSCTL
Since dccp and llc makefiles already check sysctl code compilation with xxx-$(CONFIG_SYSCTL) we can drop the checks Signed-off-by: Denis Kirjanov <kirjanov@gmail.com> Link: https://patch.msgid.link/20250119134254.19250-1-kirjanov@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
4fd001f5f3
commit
19d7750a06
2 changed files with 0 additions and 8 deletions
|
@ -11,10 +11,6 @@
|
|||
#include "dccp.h"
|
||||
#include "feat.h"
|
||||
|
||||
#ifndef CONFIG_SYSCTL
|
||||
#error This file should not be compiled without CONFIG_SYSCTL defined
|
||||
#endif
|
||||
|
||||
/* Boundary values */
|
||||
static int u8_max = 0xFF;
|
||||
static unsigned long seqw_min = DCCPF_SEQ_WMIN,
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
#include <net/net_namespace.h>
|
||||
#include <net/llc.h>
|
||||
|
||||
#ifndef CONFIG_SYSCTL
|
||||
#error This file should not be compiled without CONFIG_SYSCTL defined
|
||||
#endif
|
||||
|
||||
static struct ctl_table llc2_timeout_table[] = {
|
||||
{
|
||||
.procname = "ack",
|
||||
|
|
Loading…
Add table
Reference in a new issue