diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-05-29 10:52:59 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-05-29 09:13:49 -0400 |
commit | c80ef9e0c021ff86771fdd72583c75d8f7b6a720 (patch) | |
tree | a96204ffb29bd9bb58779468552d7316d8a0aca9 /crypto/algif_aead.c | |
parent | b5ba75b5fc0e8404e2c50cb68f39bb6a53fc916f (diff) | |
download | lwn-c80ef9e0c021ff86771fdd72583c75d8f7b6a720.tar.gz lwn-c80ef9e0c021ff86771fdd72583c75d8f7b6a720.zip |
cgroup: add seq_file forward declaration for struct cftype
Recent header file changes for cgroup caused lots of warnings
about a missing struct seq_file form declaration for every
inclusion of include/linux/cgroup-defs.h.
As some files are built with -Werror, this leads to build
failure like:
from /git/arm-soc/drivers/gpu/drm/tilcdc/tilcdc_crtc.c:18:
/git/arm-soc/include/linux/cgroup-defs.h:354:25: error: 'struct seq_file' declared inside parameter list [-Werror]
cc1: all warnings being treated as errors
make[6]: *** [drivers/gpu/drm/tilcdc/tilcdc_crtc.o] Error 1
This patch adds the declaration, which resolves both the
warnings and the drm failure.
tj: Moved it where other type declarations are.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: b4a04ab7a37b ("cgroup: separate out include/linux/cgroup-defs.h")
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'crypto/algif_aead.c')
0 files changed, 0 insertions, 0 deletions