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


Groups > linux.kernel > #1473245

Re: [PATCH] Input: focaltech - mark focaltech_set_resolution() static

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH] Input: focaltech - mark focaltech_set_resolution() static
Date 2016-08-31 12:10 +0200
Message-ID <scaD0-13d-9@gated-at.bofh.it> (permalink)
References <sc9dU-5u-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wednesday, August 31, 2016 4:37:41 PM CEST Baoyou Xie wrote:
> We get 1 warning when building kernel with W=1:
> drivers/input/mouse/focaltech.c:393:6: warning: no previous prototype for 'focaltech_set_resolution' [-Wmissing-prototypes]
> 
> In fact, this function is only used in the file in which it is
> declared and don't need a declaration, but can be made static.
> So this patch marks it 'static'.
> 
> Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
> 

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

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


Thread

[PATCH] Input: focaltech - mark focaltech_set_resolution() static Baoyou Xie <baoyou.xie@linaro.org> - 2016-08-31 10:40 +0200
  Re: [PATCH] Input: focaltech - mark focaltech_set_resolution() static Arnd Bergmann <arnd@arndb.de> - 2016-08-31 12:10 +0200
    Re: [PATCH] Input: focaltech - mark focaltech_set_resolution() static Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-09-05 19:40 +0200

csiph-web