clk: uniphier: move U_BOOT_DRIVER entry to core code
[oweals/u-boot.git] / drivers / clk / uniphier / clk-uniphier.h
index 4e9f7dc3a4406b9dd0551897234b87a180e94ef2..0b60337205e79c596e476de5a5a87b408cfc97a8 100644 (file)
@@ -40,18 +40,6 @@ struct uniphier_clk_soc_data {
                .rate = f,                              \
        }
 
-/**
- * struct uniphier_clk_priv - private data for UniPhier clock driver
- *
- * @base: base address of the clock provider
- * @socdata: SoC specific data
- */
-struct uniphier_clk_priv {
-       void __iomem *base;
-       const struct uniphier_clk_soc_data *socdata;
-};
-
-extern const struct clk_ops uniphier_clk_ops;
-int uniphier_clk_probe(struct udevice *dev);
+extern const struct uniphier_clk_soc_data uniphier_mio_clk_data;
 
 #endif /* __CLK_UNIPHIER_H__ */