Commit 7c4b497
clk: davinci: remove platform data struct
There are no board files using struct davinci_pll_platform_data anymore.
The structure itself is currently used to store a single pointer. Let's
remove the struct definition, the header and rework the driver to not
require the syscon regmap to be stored in probe().
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20241217174154.84441-1-brgl@bgdev.pl
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>1 parent 28fa329 commit 7c4b497
2 files changed
Lines changed: 3 additions & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
840 | 839 | | |
841 | 840 | | |
842 | 841 | | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | | - | |
862 | | - | |
863 | | - | |
864 | 842 | | |
865 | 843 | | |
866 | 844 | | |
| |||
890 | 868 | | |
891 | 869 | | |
892 | 870 | | |
893 | | - | |
894 | 871 | | |
| 872 | + | |
895 | 873 | | |
896 | 874 | | |
897 | 875 | | |
| |||
903 | 881 | | |
904 | 882 | | |
905 | 883 | | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
| 884 | + | |
911 | 885 | | |
912 | 886 | | |
913 | 887 | | |
914 | 888 | | |
915 | 889 | | |
916 | | - | |
| 890 | + | |
917 | 891 | | |
918 | 892 | | |
919 | 893 | | |
| |||
This file was deleted.
0 commit comments