]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: Add linkage.h file
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 18:51:49 +0000 (11:51 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:46 +0000 (13:50 +0200)
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 */