2008-08-06 21:14:42

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] kernel/dma.c: remove a CVS keyword

This patch removes a CVS keyword that wasn't updated for a long time
from a comment.

Signed-off-by: Adrian Bunk <[email protected]>

---

This patch has been sent on:
- 20 May 2008

ecbe2e714c6f467a94d2240223dfa335cdfb501e diff --git a/kernel/dma.c b/kernel/dma.c
index d2c60a8..f903189 100644
--- a/kernel/dma.c
+++ b/kernel/dma.c
@@ -1,4 +1,4 @@
-/* $Id: dma.c,v 1.7 1994/12/28 03:35:33 root Exp root $
+/*
* linux/kernel/dma.c: A DMA channel allocator. Inspired by linux/kernel/irq.c.
*
* Written by Hennus Bergman, 1992.