Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb39a303 authored by Manjunath Hadli's avatar Manjunath Hadli Committed by Mauro Carvalho Chehab
Browse files

[media] davinci vpbe: remove unused macro



remove VPBE_DISPLAY_SD_BUF_SIZE as it is no longer used.

Signed-off-by: default avatarManjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 8c0bc03c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,6 @@


static int debug;
static int debug;


#define VPBE_DISPLAY_SD_BUF_SIZE (720*576*2)
#define VPBE_DEFAULT_NUM_BUFS 3
#define VPBE_DEFAULT_NUM_BUFS 3


module_param(debug, int, 0644);
module_param(debug, int, 0644);