aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpio/gpio-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpio/gpio-utils.c')
-rw-r--r--tools/gpio/gpio-utils.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gpio/gpio-utils.c b/tools/gpio/gpio-utils.c
index cf7e2f3419ee..53470de6a502 100644
--- a/tools/gpio/gpio-utils.c
+++ b/tools/gpio/gpio-utils.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * GPIO tools - helpers library for the GPIO tools 3 * GPIO tools - helpers library for the GPIO tools
3 * 4 *
4 * Copyright (C) 2015 Linus Walleij 5 * Copyright (C) 2015 Linus Walleij
5 * Copyright (C) 2016 Bamvor Jian Zhang 6 * Copyright (C) 2016 Bamvor Jian Zhang
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published by
9 * the Free Software Foundation.
10 */ 7 */
11 8
12#include <unistd.h> 9#include <unistd.h>