include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)
[oweals/u-boot.git] / include / sysreset.h
index 393c7be3d8111692d35a2d8de108731b6a3c83ab..81318bdbf5d3a2fb25f49be67335201bbb56b047 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (c) 2015 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __SYSRESET_H