]> Git Repo - J-u-boot.git/blobdiff - cmd/btrfs.c
net: wget: integrate struct wget_info into legacy wget code
[J-u-boot.git] / cmd / btrfs.c
index 7e3cbe12cea95c5322ae5e8d6fe58e1093fed2ec..69d1b1f830d5dda72ea174d7ae590d135b8fe320 100644 (file)
@@ -1,9 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * 2017 by Marek Behun <[email protected]>
+ * 2017 by Marek BehĂșn <[email protected]>
  */
 
-#include <common.h>
 #include <command.h>
 #include <btrfs.h>
 #include <fs.h>
@@ -24,4 +23,4 @@ U_BOOT_CMD(btrsubvol, 3, 1, do_btrsubvol,
        "list subvolumes of a BTRFS filesystem",
        "<interface> <dev[:part]>\n"
        "     - List subvolumes of a BTRFS filesystem."
-)
+);
This page took 0.024647 seconds and 4 git commands to generate.