]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Input: mxs-lradc - make symbol mxs_lradc_ts_irq_names static
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 14 Aug 2017 17:31:13 +0000 (10:31 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 15 Aug 2017 03:28:47 +0000 (20:28 -0700)
Fixes the following sparse warning:

drivers/input/touchscreen/mxs-lradc-ts.c:33:12: warning:
 symbol 'mxs_lradc_ts_irq_names' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
[dtor: changed to static const char * const]
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/mxs-lradc-ts.c

index 816f5c8c101debcc8a6e643771eae302f7e313ec..3707e927f770c8763c277768d0c872b87c4bf048 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/of_irq.h>
 #include <linux/platform_device.h>
 
-const char *mxs_lradc_ts_irq_names[] = {
+static const char * const mxs_lradc_ts_irq_names[] = {
        "mxs-lradc-touchscreen",
        "mxs-lradc-channel6",
        "mxs-lradc-channel7",