[media] davinci vpbe: remove unused macro
authorManjunath Hadli <manjunath.hadli@ti.com>
Mon, 19 Sep 2011 04:35:26 +0000 (01:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 24 Sep 2011 02:07:49 +0000 (23:07 -0300)
remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/davinci/vpbe_display.c

index 7f1d83a6d5759e1ec0132bdfa7bd61bcfa7f222c..8588a86d9b45ecb31335924b5259499fd310d69c 100644 (file)
@@ -43,7 +43,6 @@
 
 static int debug;
 
-#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2)
 #define VPBE_DEFAULT_NUM_BUFS 3
 
 module_param(debug, int, 0644);
This page took 0.068317 seconds and 5 git commands to generate.