Files
android_kernel_fxtec_sm6115/include/linux
Kusanagi Kouichi ff06463d09 BACKPORT: debugfs: Fix !DEBUG_FS debugfs_create_automount
If DEBUG_FS=n, compile fails with the following error:

kernel/trace/trace.c: In function 'tracing_init_dentry':
kernel/trace/trace.c:8658:9: error: passing argument 3 of 'debugfs_create_automount' from incompatible pointer type [-Werror=incompatible-pointer-types]
 8658 |         trace_automount, NULL);
      |         ^~~~~~~~~~~~~~~
      |         |
      |         struct vfsmount * (*)(struct dentry *, void *)
In file included from kernel/trace/trace.c:24:
./include/linux/debugfs.h:206:25: note: expected 'struct vfsmount * (*)(void *)' but argument is of type 'struct vfsmount * (*)(struct dentry *, void *)'
  206 |      struct vfsmount *(*f)(void *),
      |      ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~

Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Link: https://lore.kernel.org/r/20191121102021787.MLMY.25002.ppp.dion.ne.jp@dmta0003.auone-net.jp
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 4250b047039d324e0ff65267c8beb5bad5052a86)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ifddd54e40956f8cdeca8a1a24d0754cda47b91e9
2020-01-23 11:16:22 +01:00
..
2019-12-13 08:51:18 +01:00
2019-12-17 20:35:45 +01:00
2019-10-06 11:27:45 +02:00
2019-04-17 11:46:16 +02:00
2019-12-31 17:11:54 +01:00
2019-01-26 11:58:37 +01:00
2019-10-05 13:10:03 +02:00
2020-01-23 08:36:16 +01:00
2019-07-03 13:14:48 +02:00
2019-08-11 15:21:36 +02:00
2019-08-11 15:21:36 +02:00
2019-12-31 17:11:54 +01:00
2019-11-25 10:00:06 +01:00
2018-08-22 10:52:48 -07:00
2019-11-24 08:19:14 +01:00
2019-05-31 06:46:18 -07:00
2019-10-17 13:45:42 -07:00
2020-01-15 14:51:23 +00:00
2019-12-13 10:01:10 +01:00
2020-01-09 10:19:01 +01:00
2020-01-23 08:36:16 +01:00
2019-12-31 16:35:38 +01:00
2019-11-14 14:15:21 +08:00
2019-12-11 17:07:17 +00:00
2019-05-31 08:14:29 -07:00
2018-08-22 10:52:45 -07:00
2019-11-14 14:15:21 +08:00
2019-08-12 13:36:37 -04:00
2019-03-22 23:07:14 +00:00
2019-06-11 12:20:52 +02:00
2020-01-23 08:36:16 +01:00
2020-01-09 15:11:34 -08:00
2019-12-05 12:02:49 +01:00
2019-08-12 13:36:37 -04:00
2018-11-13 11:08:51 -08:00
2019-06-17 19:51:56 +02:00