binder: Use common definition of SZ_1K
authorJann Horn <jannh@google.com>
Wed, 16 Oct 2019 15:01:19 +0000 (17:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2019 13:00:43 +0000 (06:00 -0700)
commit990be747648576184a65af0b20032126cb83a046
tree25ab5459200af180ff11e00855543b5b053a5ce9
parent97856e59384de326174360a780038113fea19f42
binder: Use common definition of SZ_1K

SZ_1K has been defined in include/linux/sizes.h since v3.6. Get rid of the
duplicate definition.

Signed-off-by: Jann Horn <jannh@google.com>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Link: https://lore.kernel.org/r/20191016150119.154756-2-jannh@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c