projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251b9b0
)
drivers/video: fsl-diu-fb: remove unusued MEM_ALLOC_THRESHOLD
author
Timur Tabi
<timur@freescale.com>
Thu, 15 Sep 2011 21:44:58 +0000
(16:44 -0500)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/include/linux/fsl-diu-fb.h
b/include/linux/fsl-diu-fb.h
index 35ac0c53975c70a6bf017380dbbd5ce3485a667e..df23f599f5dbf520254334e5e3e6c9a0a6191887 100644
(file)
--- 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 {