Commit 053b945d authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

[PATCH] Fix sparc compile error in dma-mapping.h

William Lee Irwin III <wli@holomorphy.com> wrote:
>
>   SPLIT   include/linux/autoconf.h -> include/config/*
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
> In file included from include/asm/sbus.h:10,
>                  from arch/sparc64/kernel/auxio.c:15:

It needs err.h.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 65221767
#ifndef _ASM_LINUX_DMA_MAPPING_H #ifndef _ASM_LINUX_DMA_MAPPING_H
#define _ASM_LINUX_DMA_MAPPING_H #define _ASM_LINUX_DMA_MAPPING_H
#include <linux/err.h>
/* These definitions mirror those in pci.h, so they can be used /* These definitions mirror those in pci.h, so they can be used
* interchangeably with their PCI_ counterparts */ * interchangeably with their PCI_ counterparts */
enum dma_data_direction { enum dma_data_direction {
......
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