[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: Dominik Hackl <dominik@hackl.dhs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Dominik Hackl 2005-05-16 18:12:18 +02:00 committed by Greg Kroah-Hartman
parent 8e8f9289cc
commit ff3240946d
2 changed files with 2 additions and 0 deletions

View file

@ -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"
/*

View file

@ -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>