Loading include/linux/msm-bus.h +7 −1 Original line number Diff line number Diff line /* Copyright (c) 2010-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2010-2019, 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 @@ -226,6 +226,12 @@ static inline struct msm_bus_scale_pdata return NULL; } static inline struct msm_bus_scale_pdata *msm_bus_cl_get_pdata_from_dev(struct device *dev) { return NULL; } static inline struct msm_bus_scale_pdata *msm_bus_pdata_from_node( struct platform_device *pdev, struct device_node *of_node) { Loading Loading
include/linux/msm-bus.h +7 −1 Original line number Diff line number Diff line /* Copyright (c) 2010-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2010-2019, 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 @@ -226,6 +226,12 @@ static inline struct msm_bus_scale_pdata return NULL; } static inline struct msm_bus_scale_pdata *msm_bus_cl_get_pdata_from_dev(struct device *dev) { return NULL; } static inline struct msm_bus_scale_pdata *msm_bus_pdata_from_node( struct platform_device *pdev, struct device_node *of_node) { Loading