mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 04:54:52 +00:00
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 <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
4fe3fcaca0
commit
96532babc3
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue