From: Robert P. J. Day Date: Sun, 3 Feb 2008 13:06:26 +0000 (+0200) Subject: linux/dma-mapping.h: rename macro to prevent multiple inclusion X-Git-Tag: firefly_0821_release~23552^2~71 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=96532babc3e2ec4e0fce891d64319f183f043855;p=firefly-linux-kernel-4.4.55.git linux/dma-mapping.h: rename macro to prevent multiple inclusion 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 Signed-off-by: Adrian Bunk --- diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 101a2d4636be..4470950892be 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h @@ -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 #include