aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsl-diu-fb.h
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2011-09-15 16:44:58 -0500
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-09-18 20:08:58 +0000
commit2b7a905dd0d24d14a1099653ba63b7113a82fc54 (patch)
treee77446a5fdd7b01fe3e3f1252b092f94ac5b8682 /include/linux/fsl-diu-fb.h
parentdrivers/video: fsl-diu-fb: the video buffer is not I/O memory (diff)
downloadlinux-dev-2b7a905dd0d24d14a1099653ba63b7113a82fc54.tar.xz
linux-dev-2b7a905dd0d24d14a1099653ba63b7113a82fc54.zip
drivers/video: fsl-diu-fb: remove unusued MEM_ALLOC_THRESHOLD
If there was ever any code that used MEM_ALLOC_THRESHOLD, it was removed a long time ago. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'include/linux/fsl-diu-fb.h')
-rw-r--r--include/linux/fsl-diu-fb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fsl-diu-fb.h b/include/linux/fsl-diu-fb.h
index 35ac0c53975c..df23f599f5db 100644
--- a/include/linux/fsl-diu-fb.h
+++ b/include/linux/fsl-diu-fb.h
@@ -20,11 +20,6 @@
#ifndef __FSL_DIU_FB_H__
#define __FSL_DIU_FB_H__
-/* Arbitrary threshold to determine the allocation method
- * See mpc8610fb_set_par(), map_video_memory(), and unmap_video_memory()
- */
-#define MEM_ALLOC_THRESHOLD (1024*768*4+32)
-
#include <linux/types.h>
struct mfb_chroma_key {