Commit ba5ff4c5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] v850: make v850 dma-mapping.h header work when !CONFIG_PCI

From: <miles@mcspd15.ucom.lsi.nec.co.jp> (Miles Bader)

Is this something that should be done in <asm-generic/dma-mapping.h>?
parent d54f0b47
#ifndef __V850_DMA_MAPPING_H__
#define __V850_DMA_MAPPING_H__
#include <linux/config.h>
#ifdef CONFIG_PCI
#include <asm-generic/dma-mapping.h> #include <asm-generic/dma-mapping.h>
#else
#include <asm-generic/dma-mapping-broken.h>
#endif
#endif /* __V850_DMA_MAPPING_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment