diff options
| author | Olof Johansson <[email protected]> | 2018-11-25 22:41:05 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-12-27 18:40:15 +0000 |
| commit | 6d101ba6be2a26a3e1f513b5e293f0fd2b79ec5c (patch) | |
| tree | 0666f64d4c38aec9687ccbc2bb9fd4c70c32e7d0 /drivers/pci/controller/dwc/pci-keystone.c | |
| parent | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... (diff) | |
| download | kernel-6d101ba6be2a26a3e1f513b5e293f0fd2b79ec5c.tar.gz kernel-6d101ba6be2a26a3e1f513b5e293f0fd2b79ec5c.zip | |
sched/fair: Fix warning on non-SMP build
Caused by making the variable static:
kernel/sched/fair.c:119:21: warning: 'capacity_margin' defined but not used [-Wunused-variable]
Seems easiest to just move it up under the existing ifdef CONFIG_SMP
that's a few lines above.
Fixes: ed8885a14433a ('sched/fair: Make some variables static')
Signed-off-by: Olof Johansson <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/pci/controller/dwc/pci-keystone.c')
0 files changed, 0 insertions, 0 deletions
