]> git.baikalelectronics.ru Git - kernel.git/commit
binderfs: remove unused INTSTRLEN macro
authorCarlos Llamas <cmllamas@google.com>
Mon, 29 Aug 2022 20:12:54 +0000 (20:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2022 14:17:16 +0000 (16:17 +0200)
commita552caa3ea223215a2a934941407385e76e58617
tree19148b20596edf89be4c52209e5e259a00710804
parent3513b5cf24f4fa02344115b62b67d71c8d159ae7
binderfs: remove unused INTSTRLEN macro

Fix the following W=1 build error:

drivers/android/binderfs.c:42: error: macro "INTSTRLEN" is not used [-Werror=unused-macros]
   42 | #define INTSTRLEN 21
      |

No functional changes in this patch.

Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20220829201254.1814484-8-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binderfs.c