mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
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>
This commit is contained in:
parent
251b9b0d40
commit
2b7a905dd0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user