ARM: at91: Rename sama5_sfr.h to at91_sfr.h
[oweals/u-boot.git] / drivers / clk / at91 / clk-main.c
index 252d076bd50f9e02a90cb446569e6f6f58aff8fe..b31a1cb68286675f73bddfe55408a8992148d0c7 100644 (file)
@@ -1,13 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Atmel Corporation
  *               Wenyou.Yang <wenyou.yang@atmel.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <clk-uclass.h>
-#include <dm/device.h>
+#include <dm.h>
 #include <linux/io.h>
 #include <mach/at91_pmc.h>
 #include "pmc.h"