diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-18 13:20:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:42:55 -0300 |
commit | b80696b700b25b7aa054610af84a1f05e4f4ea58 (patch) | |
tree | 375e1654ca11cabf4a263d8486e8fc3450b9d162 /drivers/media/video/zoran/zoran.h | |
parent | 96b8e145f0a6f3c0470b5cdbe7ba9be314bb556f (diff) |
V4L/DVB (10704): zoran: remove broken BIGPHYS_AREA and BUZ_HIMEM code, and allow for kmallocs > 128 kB
Remove memory allocation madness.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/zoran/zoran.h')
-rw-r--r-- | drivers/media/video/zoran/zoran.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/zoran/zoran.h b/drivers/media/video/zoran/zoran.h index 1bf540cb546c..76668bda0494 100644 --- a/drivers/media/video/zoran/zoran.h +++ b/drivers/media/video/zoran/zoran.h @@ -170,8 +170,6 @@ Private IOCTL to set up for displaying MJPEG #endif #define V4L_MASK_FRAME (V4L_MAX_FRAME - 1) -#define MAX_KMALLOC_MEM (128*1024) - #include "zr36057.h" enum card_type { |