From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Wed, 3 Dec 2014 17:36:56 +0900 Subject: [U-Boot] [PATCH 0/2] Consolidate asmlinkage defines Message-ID: <1417595819-30813-1-git-send-email-yamada.m@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de include/common.h is horribly dirty. It looks like people tend to put things to include/common.h without much thought. When you add something to include/common.h, I think you should consider if you are doing the right thing. Masahiro Yamada (2): x86: move arch-specific asmlinkage to ARM: remove redundant asmlinkage define arch/x86/include/asm/arch-ivybridge/pei_data.h | 2 ++ arch/x86/include/asm/config.h | 1 - arch/x86/include/asm/linkage.h | 6 ++++++ arch/x86/lib/bios.c | 1 + arch/x86/lib/bios.h | 2 ++ include/common.h | 6 ------ include/linux/linkage.h | 2 ++ 7 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 arch/x86/include/asm/linkage.h -- 1.9.1