2014/1/15 Mike Turquette <mturque...@linaro.org>: > Quoting Barry Song (2014-01-05 21:38:19) >> diff --git a/drivers/clk/sirf/clk-atlas6.c b/drivers/clk/sirf/clk-atlas6.c >> new file mode 100644 >> index 0000000..21e776a >> --- /dev/null >> +++ b/drivers/clk/sirf/clk-atlas6.c >> @@ -0,0 +1,153 @@ >> +/* >> + * Clock tree for CSR SiRFatlasVI >> + * >> + * Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group >> company. >> + * >> + * Licensed under GPLv2 or later. >> + */ >> + >> +#include <linux/module.h> >> +#include <linux/bitops.h> >> +#include <linux/io.h> >> +#include <linux/clk.h> >> +#include <linux/clk-private.h> > > Please do not use clk-private.h. It is slated for removal (some day...). > Do you actually need it?
removed in v3. > > Regards, > Mike -barry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/