projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d418fd
)
powerpc: Add linkage.h file
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Feb 2015 18:51:49 +0000
(11:51 -0700)
committer
Simon 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]
patch
|
blob
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
+++ 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 */