summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-07 11:51:49 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:32 -0700
commit0df09047fadc7f3d097a132120da8f10278e4a0d (patch)
treece76d040d89d01ad762d45ff5126dedceed2685f /arch/powerpc/include/asm
parent5d418fdb99abb1f8e165c358087b90c46dcb5c00 (diff)
downloadblackbird-obmc-uboot-0df09047fadc7f3d097a132120da8f10278e4a0d.tar.gz
blackbird-obmc-uboot-0df09047fadc7f3d097a132120da8f10278e4a0d.zip
powerpc: Add linkage.h file
This permits us to use linux/linkage.h on PowerPC machines. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r--arch/powerpc/include/asm/linkage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/linkage.h b/arch/powerpc/include/asm/linkage.h
new file mode 100644
index 0000000000..559b42ed3b
--- /dev/null
+++ b/arch/powerpc/include/asm/linkage.h
@@ -0,0 +1,7 @@
+/*
+ * Copyright (c) 2014 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* We don't need anything here at present */
OpenPOWER on IntegriCloud