Commit 04f29e41 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] typhoon.c missing include

DMA_32BIT_MASK is declared in linux/dma-mapping.h; not all platforms get
it from already included headers, so we need explicit include here (fixes
breakage at least on alpha and sparc64).
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
parent 8b5915b0
......@@ -114,6 +114,7 @@ static const int multicast_filter_limit = 32;
#include <linux/in6.h>
#include <asm/checksum.h>
#include <linux/version.h>
#include <linux/dma-mapping.h>
#include "typhoon.h"
#include "typhoon-firmware.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