clkdev: remove unused clkdev_alloc() interfaces
[linux-2.6-microblaze.git] / include / linux / clkdev.h
index fd06b27..8a8423e 100644 (file)
@@ -30,11 +30,6 @@ struct clk_lookup {
                .clk = c,       \
        }
 
-struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id,
-       const char *dev_fmt, ...) __printf(3, 4);
-struct clk_lookup *clkdev_hw_alloc(struct clk_hw *hw, const char *con_id,
-       const char *dev_fmt, ...) __printf(3, 4);
-
 void clkdev_add(struct clk_lookup *cl);
 void clkdev_drop(struct clk_lookup *cl);