Commit 4e894b78 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

W1: fix build warnings due to msleep changes.

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 34e211e0
......@@ -21,6 +21,7 @@
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/delay.h>
#include "w1_family.h"
......
......@@ -21,6 +21,7 @@
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/delay.h>
#include "w1.h"
#include "w1_log.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