Author: blogic Date: 2015-10-19 12:09:16 +0200 (Mon, 19 Oct 2015) New Revision: 47215
Modified: trunk/target/linux/oxnas/files/drivers/clk/clk-oxnas.c Log: oxnas: fix duplicate include in clk-oxnas Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/target/linux/oxnas/files/drivers/clk/clk-oxnas.c =================================================================== --- trunk/target/linux/oxnas/files/drivers/clk/clk-oxnas.c 2015-10-19 10:09:07 UTC (rev 47214) +++ trunk/target/linux/oxnas/files/drivers/clk/clk-oxnas.c 2015-10-19 10:09:16 UTC (rev 47215) @@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <linux/clk-provider.h> +#include <linux/clk.h> #include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/of.h> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
