]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
linux/dma-mapping.h: rename macro to prevent multiple inclusion
authorRobert P. J. Day <rpjday@mindspring.com>
Sun, 3 Feb 2008 13:06:26 +0000 (15:06 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 13:06:26 +0000 (15:06 +0200)
Having the macro to prevent multiple inclusion of
include/linux/dma-mapping.h contain the prefix "_ASM" is just begging
for possible confusion some day.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
include/linux/dma-mapping.h

index 101a2d4636befbd1248b7642c38a87ff77243f07..4470950892bed5e9b0f19c4576343baf28f3022e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ASM_LINUX_DMA_MAPPING_H
-#define _ASM_LINUX_DMA_MAPPING_H
+#ifndef _LINUX_DMA_MAPPING_H
+#define _LINUX_DMA_MAPPING_H
 
 #include <linux/device.h>
 #include <linux/err.h>