sysctl: Consolidate !CONFIG_SYSCTL handling
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 6 Jan 2012 11:13:27 +0000 (03:13 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Jan 2012 00:37:54 +0000 (16:37 -0800)
- In sysctl.h move functions only available if CONFIG_SYSCL
  is defined inside of #ifdef CONFIG_SYSCTL

- Move the stub function definitions for !CONFIG_SYSCTL
  into sysctl.h and make them static inlines.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found