aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2018-11-29 14:12:01 +0100
committerMoyster <oysterized@gmail.com>2018-11-29 14:12:01 +0100
commitc226cae0164960dbf0ec2a6f9f80d273228d8730 (patch)
tree28a86e301ee29d313659476be78f677bea3ab04b /include/linux
parent4dba0a02773d209ca19e56300d0fe36438a7cd00 (diff)
include: remove redefine in fb.h (CONFIG_DMA_SHARED_BUFFER)
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index d422b2893..f456912af 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -23,8 +23,6 @@ struct dma_buf;
struct videomode;
struct device_node;
-#define CONFIG_DMA_SHARED_BUFFER
-
/* Definitions below are used in the parsed monitor specs */
#define FB_DPMS_ACTIVE_OFF 1
#define FB_DPMS_SUSPEND 2