From: Simon Glass Date: Sat, 7 Feb 2015 18:51:49 +0000 (-0700) Subject: powerpc: Add linkage.h file X-Git-Tag: v2015.04-rc2~27^2~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0df09047fadc7f3d097a132120da8f10278e4a0d;p=u-boot powerpc: Add linkage.h file This permits us to use linux/linkage.h on PowerPC machines. Signed-off-by: Simon Glass --- 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 */