Baoyou Xie
952e8faec5
drm/tilcdc: mark symbols static where possible
...
We get 3 warnings when building kernel with W=1:
drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c:142:29: warning: no previous prototype for 'tilcdc_get_overlay' [-Wmissing-prototypes]
drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c:198:13: warning: no previous prototype for 'tilcdc_convert_slave_node' [-Wmissing-prototypes]
drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c:264:12: warning: no previous prototype for 'tilcdc_slave_compat_init' [-Wmissing-prototypes]
In fact, these functions are only used in the file in which they are
declared and don't need a declaration, but can be made static.
So this patch marks these functions with 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org >
Signed-off-by: Jyri Sarha <jsarha@ti.com >
2016-09-22 23:50:09 +03:00
..
2016-08-25 12:59:50 +10:00
2016-08-19 10:58:55 +02:00
2016-08-29 11:29:37 +02:00
2016-08-16 14:07:43 +02:00
2016-08-12 10:41:39 +02:00
2016-08-29 11:29:37 +02:00
2016-08-12 10:41:39 +02:00
2016-09-01 06:15:38 +10:00
2016-08-15 16:46:36 +10:00
2016-08-16 16:10:43 +02:00
2016-08-29 11:29:37 +02:00
2016-08-19 10:58:55 +02:00
2016-08-24 07:43:42 +02:00
2016-08-19 10:58:55 +02:00
2016-07-13 14:24:35 +05:30
2016-08-08 10:05:22 +02:00
2016-08-25 12:36:36 +10:00
2016-08-29 11:29:37 +02:00
2016-08-29 11:29:37 +02:00
2016-08-08 10:05:22 +02:00
2016-08-16 09:10:16 +02:00
2016-08-29 11:29:37 +02:00
2016-08-25 12:59:50 +10:00
2016-08-29 11:29:37 +02:00
2016-07-11 14:30:43 +02:00
2016-08-25 12:59:50 +10:00
2016-08-08 10:05:22 +02:00
2016-08-25 12:59:50 +10:00
2016-08-29 11:29:37 +02:00
2016-09-01 06:15:38 +10:00
2016-08-19 10:58:55 +02:00
2016-07-18 09:11:37 +02:00
2016-08-08 10:05:22 +02:00
2016-08-29 11:29:37 +02:00
2016-08-12 10:41:18 +02:00
2016-08-08 10:05:22 +02:00
2016-08-29 11:29:37 +02:00
2016-09-22 23:50:09 +03:00
2016-08-08 11:33:33 -04:00
2016-08-23 09:29:59 +02:00
2016-08-29 11:29:37 +02:00
2016-07-19 15:01:52 +02:00
2016-08-08 10:05:22 +02:00
2016-08-29 11:29:37 +02:00
2016-08-16 16:30:50 +02:00
2016-08-08 10:05:23 +02:00
2016-08-29 11:29:37 +02:00
2016-08-16 14:06:53 +02:00
2016-08-08 10:05:23 +02:00
2016-08-16 18:49:20 +02:00
2016-08-29 09:13:00 +05:30
2016-08-08 10:05:23 +02:00
2016-07-12 15:57:13 +02:00
2016-08-16 18:49:47 +02:00
2016-08-08 10:05:23 +02:00
2016-08-16 18:49:26 +02:00
2016-08-16 16:10:19 +02:00
2016-08-29 15:37:34 +02:00
2016-09-01 06:15:38 +10:00
2016-08-08 10:05:23 +02:00
2016-08-16 18:49:26 +02:00
2016-08-16 18:49:26 +02:00
2016-07-19 10:31:53 +02:00
2016-08-22 12:05:06 -04:00
2016-08-18 09:37:10 -07:00
2016-08-29 15:37:08 +02:00
2016-07-02 16:21:35 +10:00
2016-08-23 21:12:56 +02:00
2016-08-08 10:05:23 +02:00
2016-08-29 15:37:28 +02:00
2016-08-16 17:11:19 +02:00
2016-08-01 21:44:08 -04:00
2016-08-22 09:27:06 +02:00
2016-09-01 06:15:38 +10:00
2016-08-16 16:09:58 +02:00
2016-08-16 18:49:26 +02:00
2016-08-08 10:05:23 +02:00
2016-07-12 13:20:39 +02:00
2016-07-12 13:19:26 +02:00
2016-08-08 10:05:21 +02:00
2016-08-29 15:37:23 +02:00
2016-08-16 17:32:08 +02:00
2016-08-16 16:10:19 +02:00
2016-08-08 10:05:23 +02:00
2016-08-16 18:50:04 +02:00
2016-08-31 13:23:30 +02:00
2016-08-29 15:37:49 +02:00
2016-08-08 14:17:56 -04:00
2016-08-08 10:05:23 +02:00
2016-08-29 09:15:37 +05:30
2016-07-12 13:20:39 +02:00
2016-08-08 10:05:17 +02:00
2016-09-01 06:16:12 +10:00
2016-09-01 06:15:38 +10:00