提交 ff324094 编写于 作者: D Dominik Hackl 提交者: Greg Kroah-Hartman

[PATCH] I2C: include of jiffies.h for some i2c drivers

This patch includes jiffies.h in two i2c drivers.
(jiffies.h is needed for the time_after function.)
Signed-off-by: NDominik Hackl <dominik@hackl.dhs.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 8e8f9289
......@@ -42,6 +42,7 @@
#include <linux/i2c-sensor.h>
#include <linux/i2c-vid.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include "lm75.h"
/*
......
......@@ -57,6 +57,7 @@
#include <linux/i2c.h>
#include <linux/i2c-sensor.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include <asm/io.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册