nand: Update SPL MXS NAND mini driver
[oweals/u-boot.git] / drivers / gpio / kw_gpio.c
index 43b27e3fea1bc86f5fbef46f969a7f8ff0322286..a15769793f175a77bc12e254c13008f1bf08ad22 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * arch/arm/plat-orion/gpio.c
  *
  * Marvell Orion SoC GPIO handling.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -14,7 +13,7 @@
  */
 
 #include <common.h>
-#include <asm/bitops.h>
+#include <linux/bitops.h>
 #include <asm/io.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/gpio.h>