Commit faf65276 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] fix standalone inclusion of asm-i386/dma-mapping.h

Without this a usb-storage patch I sent fails on x86 because dma-mapping.h
uses struct device and various VM stuff without proper includes.  It's fine
on ppc at least.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e528561c
#ifndef _ASM_I386_DMA_MAPPING_H #ifndef _ASM_I386_DMA_MAPPING_H
#define _ASM_I386_DMA_MAPPING_H #define _ASM_I386_DMA_MAPPING_H
#include <linux/device.h>
#include <linux/mm.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/scatterlist.h> #include <asm/scatterlist.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