Signed-off-by: Ritesh Raj Sarraf <[email protected]>
---
 INSTALL    |   18 +-----------------
 QUICKSTART |   17 +----------------
 2 files changed, 2 insertions(+), 33 deletions(-)

diff --git a/INSTALL b/INSTALL
index 9cd35f6..1cf7447 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,23 +17,7 @@ DEPENDENCIES
 * automake
 * libtool
 
-1) Ensure correct header files
-   - fcping requires certain kernel header files to be exported
-     or it cannot be compiled. These header files were included
-     in the 2.6.31 Linux kernel. If you are using a distribution
-     kernel that is >= 2.6.31 then you shouldn't have to take
-     this step. If you are building your own kernel or are using
-     a pre-2.6.31 kernel you will need to take this step to
-     export the appropriate header files.
-
-   # pushd <kernel-src>
-   # make headers_install
-   # PWD=`pwd`
-   # ln -s $PWD/usr/include/scsi/scsi_bsg_fc.h /usr/include/scsi/
-   # ln -s $PWD/usr/include/scsi/fc /usr/include/scsi/fc
-   # popd
-
-2) Bootstrap, configure, make and make install
+1) Bootstrap, configure, make and make install
    # ./bootstrap.sh
    # rpm --eval "%configure" | sh
    # make
diff --git a/QUICKSTART b/QUICKSTART
index abe6cf2..69741db 100644
--- a/QUICKSTART
+++ b/QUICKSTART
@@ -188,22 +188,7 @@ DEPENDENCIES
 
 PROCESS
 
-1) Ensure correct header files
-   - fcping requires certain kernel header files to be exported or it
-   cannot be compiled. These header files were included in the 2.6.31 Linux
-   kernel. If you are using a distribution kernel that is >= 2.6.31 then you
-   shouldn't have to take this step. If you are building your own kernel or
-   are using a pre-2.6.31 kernel you will need to take this step to export
-   the appropriate header files.
-
-   # pushd <kernel-src>
-   # make headers_install
-   # PWD=`pwd`
-   # ln -s $PWD/usr/include/scsi/scsi_bsg_fc.h /usr/include/scsi/
-   # ln -s $PWD/usr/include/scsi/fc /usr/include/scsi/fc
-   # popd
-
-2) Bootstrap, configure, make and make install
+1) Bootstrap, configure, make and make install
    # ./bootstrap.sh
    # rpm --eval "%configure" | sh
    # make
-- 
1.7.5.1

_______________________________________________
devel mailing list
[email protected]
https://lists.open-fcoe.org/mailman/listinfo/devel

Reply via email to