diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 10:14:38 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:38 -0500 |
commit | b03f203986dcf51b556e5f86475338b1588d8652 (patch) | |
tree | 3b3b644c375c290c261b01e35482b866ea84cab8 /arch/blackfin/mach-bf561 | |
parent | a45d575f53c9ed2926840377e59aa19e2024ee87 (diff) |
Blackfin arch: cleanup - use scm for changelog, not file headers
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/include/mach/dma.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/dma.h b/arch/blackfin/mach-bf561/include/mach/dma.h index 38ce66ae6c30..2597a09a012c 100644 --- a/arch/blackfin/mach-bf561/include/mach/dma.h +++ b/arch/blackfin/mach-bf561/include/mach/dma.h | |||
@@ -1,8 +1,9 @@ | |||
1 | /***************************************************************************** | 1 | /* mach/dma.h - arch-specific DMA defines |
2 | * | 2 | * |
3 | * BF-533/2/1 Specific Declarations | 3 | * Copyright 2004-2008 Analog Devices Inc. |
4 | * | 4 | * |
5 | ****************************************************************************/ | 5 | * Licensed under the GPL-2 or later. |
6 | */ | ||
6 | 7 | ||
7 | #ifndef _MACH_DMA_H_ | 8 | #ifndef _MACH_DMA_H_ |
8 | #define _MACH_DMA_H_ | 9 | #define _MACH_DMA_H_ |