diff options
author | Simon Glass | 2015-02-07 11:51:49 -0700 |
---|---|---|
committer | Simon Glass | 2015-02-12 10:35:32 -0700 |
commit | 0df09047fadc7f3d097a132120da8f10278e4a0d (patch) | |
tree | ce76d040d89d01ad762d45ff5126dedceed2685f /arch/powerpc | |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/linkage.h | 7 |
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 00000000000..559b42ed3bd --- /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 */ |