[PATCH] staging: dgnc: remove ununsed Macro

Gujulan Elango, Hari Prasath (H.) hgujulan at visteon.com
Mon Jun 1 10:08:46 UTC 2015


From: Hari Prasath Gujulan Elango <hgujulan at visteon.com>

Remove the ununsed Macro.This patch needs to be applied after my
previous patch is applied whose title is given below because this macro
becomes ununsed after that.This was suggested by Sudip.

staging: dgnc: delete all references to 'flipbuf'

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan at visteon.com>
---
 drivers/staging/dgnc/dgnc_driver.h | 1 -
 1 file changed, 1 deletion(-)

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)
 
-- 
1.9.1


More information about the devel mailing list