summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-07 16:37:06 +0000
committerpeter <peter@FreeBSD.org>1999-05-07 16:37:06 +0000
commit3bb7e80a90749c3dc267b244c2618a71e78af842 (patch)
tree78972c6cc9c3d169a0ebfb4c9b66a4794f746673
parent2629c98ef19a2d6c14fbb074cd43f50ca4b731fa (diff)
downloadFreeBSD-src-3bb7e80a90749c3dc267b244c2618a71e78af842.zip
FreeBSD-src-3bb7e80a90749c3dc267b244c2618a71e78af842.tar.gz
GC stray static prototypes for physread/physwrite which don't exist
statically and cause compile warnings.
-rw-r--r--sys/dev/ata/ata-disk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ata/ata-disk.c b/sys/dev/ata/ata-disk.c
index ae7b94a..2de8c7b 100644
--- a/sys/dev/ata/ata-disk.c
+++ b/sys/dev/ata/ata-disk.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: ata-disk.c,v 1.7 1999/04/16 21:21:53 peter Exp $
+ * $Id: ata-disk.c,v 1.8 1999/05/07 07:03:11 phk Exp $
*/
#include "ata.h"
@@ -59,8 +59,6 @@
static d_open_t adopen;
static d_close_t adclose;
-static d_read_t physread;
-static d_write_t physwrite;
static d_ioctl_t adioctl;
static d_strategy_t adstrategy;
static d_psize_t adpsize;
OpenPOWER on IntegriCloud