[PATCH] w1: fix some compiler warnings generated by the last "static" patch.

From: Greg KH
Date: Fri Mar 04 2005 - 18:02:52 EST


ChangeSet 1.2083, 2005/03/02 16:59:08-08:00, greg@xxxxxxxxx

[PATCH] w1: fix some compiler warnings generated by the last "static" patch.

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/w1/dscore.c | 3 ---
drivers/w1/dscore.h | 3 ---
2 files changed, 6 deletions(-)


diff -Nru a/drivers/w1/dscore.c b/drivers/w1/dscore.c
--- a/drivers/w1/dscore.c 2005-03-04 12:38:05 -08:00
+++ b/drivers/w1/dscore.c 2005-03-04 12:38:05 -08:00
@@ -45,9 +45,6 @@
int ds_reset(struct ds_device *, struct ds_status *);
int ds_detect(struct ds_device *, struct ds_status *);
int ds_stop_pulse(struct ds_device *, int);
-int ds_send_data(struct ds_device *, unsigned char *, int);
-int ds_recv_data(struct ds_device *, unsigned char *, int);
-int ds_recv_status(struct ds_device *, struct ds_status *);
struct ds_device * ds_get_device(void);
void ds_put_device(struct ds_device *);

diff -Nru a/drivers/w1/dscore.h b/drivers/w1/dscore.h
--- a/drivers/w1/dscore.h 2005-03-04 12:38:05 -08:00
+++ b/drivers/w1/dscore.h 2005-03-04 12:38:05 -08:00
@@ -161,9 +161,6 @@
int ds_reset(struct ds_device *, struct ds_status *);
int ds_detect(struct ds_device *, struct ds_status *);
int ds_stop_pulse(struct ds_device *, int);
-int ds_send_data(struct ds_device *, unsigned char *, int);
-int ds_recv_data(struct ds_device *, unsigned char *, int);
-int ds_recv_status(struct ds_device *, struct ds_status *);
struct ds_device * ds_get_device(void);
void ds_put_device(struct ds_device *);
int ds_write_block(struct ds_device *, u8 *, int);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/