Commit 4b4d25f3 authored by David S. Miller's avatar David S. Miller

[PATCH] Fix UFS build

Missing smp_lock.h inclusion.
parent 37e66d92
......@@ -35,6 +35,7 @@
#include <linux/locks.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/smp_lock.h>
/*
* Make sure the offset never goes beyond the 32-bit mark..
......
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