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

[PATCH] DVB compile fix

From: Geert Uytterhoeven <geert@linux-m68k.org>

Never include <asm/delay.h> directly
parent c33955b8
......@@ -28,8 +28,8 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/delay.h>
#include <asm/div64.h>
#include <asm/delay.h>
#include "dvb_frontend.h"
#include "dvb_functions.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