[U-Boot] [PATCH 16/19] powerpc: Add linkage.h file
    Simon Glass 
    sjg at chromium.org
       
    Mon Dec 15 15:19:51 CET 2014
    
    
  
This permits us to use linux/linkage.h on PowerPC machines.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
 arch/powerpc/include/asm/linkage.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 arch/powerpc/include/asm/linkage.h
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 */
-- 
2.2.0.rc0.207.ga3a616c
    
    
More information about the U-Boot
mailing list