From: Hari Prasath Gujulan Elango Date: Mon, 1 Jun 2015 13:06:54 +0000 (+0000) Subject: staging: dgnc: remove ununsed Macro X-Git-Tag: v4.2-rc1~88^2~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0aae092b5e6162c53d49f2e0cc1822ef8a1c771e;p=platform%2Fkernel%2Flinux-exynos.git staging: dgnc: remove ununsed Macro Remove the ununsed Macro Signed-off-by: Hari Prasath Gujulan Elango Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h index 3dee9f3..ebb3439 100644 --- a/drivers/staging/dgnc/dgnc_driver.h +++ b/drivers/staging/dgnc/dgnc_driver.h @@ -66,7 +66,6 @@ /* 4 extra for alignment play space */ #define WRITEBUFLEN ((4096) + 4) -#define MYFLIPLEN N_TTY_BUF_SIZE #define dgnc_jiffies_from_ms(a) (((a) * HZ) / 1000)