Browse Source

[media] davinci vpbe: remove unused macro

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>
Manjunath Hadli 13 years ago
parent
commit
eb39a303d5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/media/video/davinci/vpbe_display.c

+ 0 - 1
drivers/media/video/davinci/vpbe_display.c

@@ -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);