Skip to content

Commit

Permalink
[PATCH] I2C: fix ds1374 build
Browse files Browse the repository at this point in the history
Not all architectures implement asm/rtc.h

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 7c7a530 commit 0087e5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/i2c/chips/ds1374.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <linux/rtc.h>
#include <linux/bcd.h>

#include <asm/rtc.h>

#define DS1374_REG_TOD0 0x00
#define DS1374_REG_TOD1 0x01
#define DS1374_REG_TOD2 0x02
Expand Down

0 comments on commit 0087e5e

Please sign in to comment.