Loading drivers/soc/qcom/spcom.c +0 −2 Original line number Diff line number Diff line Loading @@ -96,8 +96,6 @@ /* SPCOM driver name */ #define DEVICE_NAME "spcom" #define SPCOM_MAX_CHANNELS 0x20 /* maximum ION buffers should be >= SPCOM_MAX_CHANNELS */ #define SPCOM_MAX_ION_BUF_PER_CH (SPCOM_MAX_CHANNELS + 4) Loading include/uapi/linux/spcom.h +7 −1 Original line number Diff line number Diff line /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-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 Loading Loading @@ -30,6 +30,12 @@ * with special size SPCOM_GET_NEXT_REQUEST_SIZE. */ /* * Maximum number of channel between Secure Processor and HLOS. * including predefined channels, like "sp_kernel". */ #define SPCOM_MAX_CHANNELS 0x20 /* Maximum size (including null) for channel names */ #define SPCOM_CHANNEL_NAME_SIZE 32 Loading Loading
drivers/soc/qcom/spcom.c +0 −2 Original line number Diff line number Diff line Loading @@ -96,8 +96,6 @@ /* SPCOM driver name */ #define DEVICE_NAME "spcom" #define SPCOM_MAX_CHANNELS 0x20 /* maximum ION buffers should be >= SPCOM_MAX_CHANNELS */ #define SPCOM_MAX_ION_BUF_PER_CH (SPCOM_MAX_CHANNELS + 4) Loading
include/uapi/linux/spcom.h +7 −1 Original line number Diff line number Diff line /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-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 Loading Loading @@ -30,6 +30,12 @@ * with special size SPCOM_GET_NEXT_REQUEST_SIZE. */ /* * Maximum number of channel between Secure Processor and HLOS. * including predefined channels, like "sp_kernel". */ #define SPCOM_MAX_CHANNELS 0x20 /* Maximum size (including null) for channel names */ #define SPCOM_CHANNEL_NAME_SIZE 32 Loading