commit | 0df09047fadc7f3d097a132120da8f10278e4a0d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 07 11:51:49 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 10:35:32 2015 -0700 |
tree | ce76d040d89d01ad762d45ff5126dedceed2685f | |
parent | 5d418fdb99abb1f8e165c358087b90c46dcb5c00 [diff] |
powerpc: Add linkage.h file This permits us to use linux/linkage.h on PowerPC machines. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/powerpc/include/asm/linkage.h b/arch/powerpc/include/asm/linkage.h new file mode 100644 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 */