Skip to content
Snippets Groups Projects
Commit 96532bab authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Adrian Bunk
Browse files

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: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 4fe3fcac
No related branches found
No related tags found
No related merge requests found
#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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment