
On Tuesday 10 January 2012 21:05:35 Fabio Estevam wrote:
On Wed, Nov 30, 2011 at 5:23 AM, Macpaul Lin macpaul@andestech.com wrote:
Add linkage.h support from blackfin to common include, which is a reduced version from Linux.
Signed-off-by: Macpaul Lin macpaul@andestech.com
arch/blackfin/include/asm/linkage.h | 74 ----------------------------------- include/linux/linkage.h | 72 ++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 74 deletions(-) delete mode 100644 arch/blackfin/include/asm/linkage.h create mode 100644 include/linux/linkage.h
You can use the -M git option to properly do the filename change.
the -M option is display of the changeset only ... it doesn't affect what gets committed/merged. but using -C/-M when sending patches would be nice as it's easier to review. -mike