drivers/video: fsl-diu-fb: remove unusued MEM_ALLOC_THRESHOLD
authorTimur Tabi <timur@freescale.com>
Thu, 15 Sep 2011 21:44:58 +0000 (16:44 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 18 Sep 2011 20:08:58 +0000 (20:08 +0000)
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>
include/linux/fsl-diu-fb.h

index 35ac0c53975c70a6bf017380dbbd5ce3485a667e..df23f599f5dbf520254334e5e3e6c9a0a6191887 100644 (file)
 #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 {