]> Git Repo - J-u-boot.git/blobdiff - cmd/fuse.c
dm: power-domain: query power domain after get device
[J-u-boot.git] / cmd / fuse.c
index 5998f9b2eb0f930d015e838d3252ed2bd9d9e5bb..42d74fa8837ab3b8b7be40126d92b071cd1d8b9d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2009-2013 ADVANSEE
  * Benoît Thébaudeau <[email protected]>
@@ -5,15 +6,13 @@
  * Based on the mpc512x iim code:
  * Copyright 2008 Silicon Turnkey Express, Inc.
  * Martha Marx <[email protected]>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
 #include <console.h>
 #include <fuse.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 
 static int strtou32(const char *str, unsigned int base, u32 *result)
 {
This page took 0.025311 seconds and 4 git commands to generate.