Skip to content

Commit

Permalink
[PATCH] I2C: include of jiffies.h for some i2c drivers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dominik Hackl authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 8e8f928 commit ff32409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/chips/asb100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/*
Expand Down
1 change: 1 addition & 0 deletions drivers/i2c/chips/sis5595.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down

0 comments on commit ff32409

Please sign in to comment.