greg@kroah.com [PATCH] w1: fix some compiler warnings generated by the last "static" patch. ChangeSet 1.2083, 2005/03/02 16:59:08-08:00, greg@kroah.com [PATCH] w1: fix some compiler warnings generated by the last "static" patch. Signed-off-by: Greg Kroah-Hartman 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);