diff options
| author | Tom Rini <[email protected]> | 2026-05-18 14:30:44 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-18 16:56:07 -0600 |
| commit | 85b643b7d08c9940481ff8a271e674a9626fa2af (patch) | |
| tree | f4cc4842a42fbeb518be2fe215a682128404933f /include | |
| parent | 11e1be868cbf119203445a2a4b1bf6a56dece031 (diff) | |
| parent | 05f76ca898b4fa98b9f875013447a3533d627ca3 (diff) | |
Merge branch 'staticize-constify-drivers' into next
This brings in a number of patches from Marek Vasut to clean up cases
tree-wide where a struct should be marked as static and const (in some
cases only one of these was needed, but the majority are both).
Diffstat (limited to 'include')
| -rw-r--r-- | include/clk/sunxi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clk/sunxi.h b/include/clk/sunxi.h index c298195c51e..09cc7a4fc46 100644 --- a/include/clk/sunxi.h +++ b/include/clk/sunxi.h @@ -85,6 +85,4 @@ struct ccu_plat { const struct ccu_desc *desc; }; -extern struct clk_ops sunxi_clk_ops; - #endif /* _CLK_SUNXI_H */ |
