From: Guoqing Jiang Date: Fri, 14 Jul 2017 09:06:15 +0000 (+0800) Subject: ppdev: remove unused ROUND_UP macro X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ba8848d415c92cfc7bbc56e2c9d4cac4e92a4a90;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ppdev: remove unused ROUND_UP macro This macro is not used after commit 3b9ab374a1e6 ("ppdev: convert to y2038 safe"), so let's remove it. Signed-off-by: Guoqing Jiang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/ppdev.c b/drivers/char/ppdev.c index 3e73bcdf9e65..d256110ba672 100644 --- a/drivers/char/ppdev.c +++ b/drivers/char/ppdev.c @@ -101,9 +101,6 @@ static DEFINE_IDA(ida_index); #define PP_BUFFER_SIZE 1024 #define PARDEVICE_MAX 8 -/* ROUND_UP macro from fs/select.c */ -#define ROUND_UP(x,y) (((x)+(y)-1)/(y)) - static DEFINE_MUTEX(pp_do_mutex); /* define fixed sized ioctl cmd for y2038 migration */