include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
[oweals/u-boot.git] / include / cli.h
index 4c39b9e2b1f17420fb9129907eb4cd319a5349e1..39b913743b55089266a38a32c6e94b9bb3cb077e 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2014 Google, Inc
  * Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CLI_H