Commit 5bcb4a33 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] lmc_proto.c includes <asm/smp.h>

lmc_proto.c includes <asm/smp.h>, causing build failures on UMP-only
architectures
parent b509a78d
......@@ -43,7 +43,7 @@
#include <asm/bitops.h>
#include <asm/io.h>
#include <asm/dma.h>
#include <asm/smp.h>
#include <linux/smp.h>
#include "lmc.h"
#include "lmc_var.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