Browse Source

oxnas: fix duplicate include in clk-oxnas

Signed-off-by: Daniel Golle <[email protected]>

SVN-Revision: 47215
John Crispin 10 years ago
parent
commit
392b93f579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/oxnas/files/drivers/clk/clk-oxnas.c

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

@@ -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>