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

[PATCH] Hisax compile fix

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

Never include <asm/delay.h> directly
parent 7c24a8bc
......@@ -23,7 +23,7 @@
#include <linux/slab.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <asm/delay.h>
#include <linux/delay.h>
#include "hisax_hfcpci.h"
// debugging cruft
......
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