From e1d4e1547424eed07b36b7cad0f8b9b25d456c75 Mon Sep 17 00:00:00 2001
From: dpgilbert <dpgilbert@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 12 Nov 2006 04:46:32 +0000
Subject: [PATCH] remove linux specific libata detect

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2325 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/scsicmds.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sm5/scsicmds.h b/sm5/scsicmds.h
index 92b6307d9..939be2849 100644
--- a/sm5/scsicmds.h
+++ b/sm5/scsicmds.h
@@ -32,7 +32,7 @@
 #ifndef SCSICMDS_H_
 #define SCSICMDS_H_
 
-#define SCSICMDS_H_CVSID "$Id: scsicmds.h,v 1.62 2006/09/12 00:22:49 dpgilbert Exp $\n"
+#define SCSICMDS_H_CVSID "$Id: scsicmds.h,v 1.63 2006/11/12 04:46:32 dpgilbert Exp $\n"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -370,8 +370,5 @@ inline void dStrHex(const unsigned char* str, int len, int no_ascii)
 int do_scsi_cmnd_io(int dev_fd, struct scsi_cmnd_io * iop, int report);
 
 
-/* This is Linux specific and will be generalized later. */
-int isLinuxLibAta(unsigned char * vpd_di_buff, int len);
-
 #endif
 
-- 
GitLab