]> git.sur5r.net Git - u-boot/commitdiff
powerpc: Add linkage.h file
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 18:51:49 +0000 (11:51 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 12 Feb 2015 17:35:32 +0000 (10:35 -0700)
This permits us to use linux/linkage.h on PowerPC machines.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/powerpc/include/asm/linkage.h [new file with mode: 0644]

diff --git a/arch/powerpc/include/asm/linkage.h b/arch/powerpc/include/asm/linkage.h
new file mode 100644 (file)
index 0000000..559b42e
--- /dev/null
@@ -0,0 +1,7 @@
+/*
+ * Copyright (c) 2014 Google, Inc
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+/* We don't need anything here at present */