summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-05-08 16:55:17 -0600
committerTom Warren <twarren@nvidia.com>2016-07-05 13:19:08 -0700
commit00e9e6d1ffb9786a7ca42cc41f5320303c1ab84f (patch)
tree6132b079868dc576a106df3a3be5a299ac567584 /include
parentf39a6a327721285aa68f7e4d57b887c165ed3f14 (diff)
downloadblackbird-obmc-uboot-00e9e6d1ffb9786a7ca42cc41f5320303c1ab84f.tar.gz
blackbird-obmc-uboot-00e9e6d1ffb9786a7ca42cc41f5320303c1ab84f.zip
errno: Add copyright header and header guard
Bring in a copyright for this file from cmd/pmic.c since this file was submitted by the same author at around the same time. Also fix the missing header guard. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/errno.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/errno.h b/include/errno.h
index 14ac3cb10b..39426818e0 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -1,4 +1,11 @@
+/*
+ * Copyright (C) 2014 Samsung Electronics
+ * Przemyslaw Marczak <p.marczak@samsung.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
#ifndef _ERRNO_H
+#define _ERRNO_H
#include <asm-generic/errno.h>
OpenPOWER on IntegriCloud