]> git.sur5r.net Git - u-boot/blobdiff - include/blk.h
Add a comment for board_quiesce_devices()
[u-boot] / include / blk.h
index 69b5a98e5673f01b87c0d2ee45f77a848d19e4d4..fc0c239e4680b49ebd619d4784d76e8c66952ee4 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2000-2004
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef BLK_H
@@ -32,7 +31,6 @@ enum if_type {
        IF_TYPE_SD,
        IF_TYPE_SATA,
        IF_TYPE_HOST,
-       IF_TYPE_SYSTEMACE,
        IF_TYPE_NVME,
        IF_TYPE_EFI,