Loading drivers/clk/qcom/clk-rcg.h +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2013, 2016, The Linux Foundation. All rights reserved. * Copyright (c) 2013, 2016-2017, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading @@ -23,6 +23,7 @@ struct freq_tbl { u8 pre_div; u16 m; u16 n; unsigned long src_freq; }; /** Loading Loading
drivers/clk/qcom/clk-rcg.h +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2013, 2016, The Linux Foundation. All rights reserved. * Copyright (c) 2013, 2016-2017, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading @@ -23,6 +23,7 @@ struct freq_tbl { u8 pre_div; u16 m; u16 n; unsigned long src_freq; }; /** Loading