oxnas: fix duplicate include in clk-oxnas
authorJohn Crispin <john@openwrt.org>
Mon, 19 Oct 2015 10:09:16 +0000 (10:09 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 19 Oct 2015 10:09:16 +0000 (10:09 +0000)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 47215

target/linux/oxnas/files/drivers/clk/clk-oxnas.c

index 00d0f7afe0c2308d701b149c8423de0a41cc9439..4dc6c4499297c77bde21ba19f582500e9d1d2c2e 100644 (file)
@@ -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>