]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
errno: Add copyright header and header guard
authorSimon Glass <sjg@chromium.org>
Sun, 8 May 2016 22:55:17 +0000 (16:55 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 5 Jul 2016 20:19:08 +0000 (13:19 -0700)
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>
include/errno.h

index 14ac3cb10b00bab70a6916fe15adae6af0b838f3..39426818e0c6215aa91b286c8c26906e468dac0a 100644 (file)
@@ -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>