Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1473246

Re: [PATCH] RAS: debugfs: add missing header dependencies

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH] RAS: debugfs: add missing header dependencies
Date 2016-08-31 12:10 +0200
Message-ID <scaD0-13d-21@gated-at.bofh.it> (permalink)
References <sc9QB-xQ-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wednesday, August 31, 2016 5:13:26 PM CEST Baoyou Xie wrote:
> We get 3 warnings when building kernel with W=1:
> drivers/ras/debugfs.c:8:5: warning: no previous prototype for 'ras_userspace_consumers' [-Wmissing-prototypes]
> drivers/ras/debugfs.c:38:12: warning: no previous prototype for 'ras_add_daemon_trace' [-Wmissing-prototypes]
> drivers/ras/debugfs.c:54:13: warning: no previous prototype for 'ras_debugfs_init' [-Wmissing-prototypes]
> 
> In fact, these functions are declared in include/linux/ras.h,
> so this patch adds missing header dependencies.
> 
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
> 

Acked-by: Arnd Bergmann <arnd@arndb.de>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] RAS: debugfs: add missing header dependencies Baoyou Xie <baoyou.xie@linaro.org> - 2016-08-31 11:20 +0200
  Re: [PATCH] RAS: debugfs: add missing header dependencies Arnd Bergmann <arnd@arndb.de> - 2016-08-31 12:10 +0200

csiph-web