aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2008-02-02 02:04:38 -0500
committerBryan Wu <bryan.wu@analog.com>2008-02-02 02:04:38 -0500
commita680ae9bdd8746ea4338e843db388fa67f1d1920 (patch)
tree53ecd8c7f3f5a626ba5aa7d7cc11e4a761617ae9
parente9d76c2d082002f8bcbcee1a9202feda37fc0f72 (diff)
[Blackfin] arch: Fix header file information
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
-rw-r--r--arch/blackfin/mach-bf548/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/dma.c b/arch/blackfin/mach-bf548/dma.c
index 957bf1366eff..374803a8d2e8 100644
--- a/arch/blackfin/mach-bf548/dma.c
+++ b/arch/blackfin/mach-bf548/dma.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * File: arch/blackfin/mach-bf561/dma.c 2 * File: arch/blackfin/mach-bf548/dma.c
3 * Based on: 3 * Based on:
4 * Author: 4 * Author:
5 * 5 *
@@ -7,7 +7,7 @@
7 * Description: This file contains the simple DMA Implementation for Blackfin 7 * Description: This file contains the simple DMA Implementation for Blackfin
8 * 8 *
9 * Modified: 9 * Modified:
10 * Copyright 2004-2007 Analog Devices Inc. 10 * Copyright 2004-2008 Analog Devices Inc.
11 * 11 *
12 * Bugs: Enter bugs at http://blackfin.uclinux.org/ 12 * Bugs: Enter bugs at http://blackfin.uclinux.org/
13 * 13 *