summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-03 06:26:58 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-03 06:26:57 -0800
commit9ffdcf0122c77a0ee77d692cfc45ae5345f0e6f9 (patch)
tree1b2627eb30acb5510834a5b62bed78b44e01da36 /include/linux
parent7e9b695f0459a61df94a181d303d935f90888e2a (diff)
parent2ab8a458a0ddac69e96f0923761f1dcf0b719916 (diff)
Merge "drivers: soc: apr: create glink buffers dynamically"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/qdsp6v2/apr_tal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/qdsp6v2/apr_tal.h b/include/linux/qdsp6v2/apr_tal.h
index c2c49dd748de..bf324064960b 100644
--- a/include/linux/qdsp6v2/apr_tal.h
+++ b/include/linux/qdsp6v2/apr_tal.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2011, 2016 The Linux Foundation. All rights reserved.
+/* Copyright (c) 2010-2011, 2016-2017 The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -32,7 +32,6 @@
#if defined(CONFIG_MSM_QDSP6_APRV2_GLINK) || \
defined(CONFIG_MSM_QDSP6_APRV3_GLINK)
#define APR_MAX_BUF 512
-#define APR_NUM_OF_TX_BUF 30
#else
#define APR_MAX_BUF 8092
#endif