1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

oxnas: fix duplicate include in clk-oxnas

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 47215
This commit is contained in:
John Crispin 2015-10-19 10:09:16 +00:00
parent ec9ffe892f
commit 392b93f579

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