Skip to content

Commit

Permalink
[PATCH] I2C: rtc8564.c remove duplicate include
Browse files Browse the repository at this point in the history
[PATCH] I2C rtc8564.c remove duplicate include

Trivial fix: removes duplicate include line.

Signed-off-by: Clemens Koller <clemens.koller@anagramm.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Clemens Koller authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 68cc9d0 commit 792f156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/i2c/chips/rtc8564.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/string.h>
#include <linux/rtc.h> /* get the user-level API */
#include <linux/init.h>
#include <linux/init.h>

#include "rtc8564.h"

Expand Down

0 comments on commit 792f156

Please sign in to comment.