From f657ae2e93f4e617115b1453565bf56b952e5fb9 Mon Sep 17 00:00:00 2001 From: Stanislaw Gruszka Date: Wed, 13 Feb 2008 16:28:35 +0000 Subject: [PATCH] Prevent to compile broken driver git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@286 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla_isp/linux/isp_scst.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qla_isp/linux/isp_scst.c b/qla_isp/linux/isp_scst.c index e3fc4eca8..474fe9d20 100644 --- a/qla_isp/linux/isp_scst.c +++ b/qla_isp/linux/isp_scst.c @@ -58,6 +58,8 @@ * Copyright 2007 by Stanislaw Gruszka */ +#error This driver is broken now + #ifndef MODULE #error "this can only be built as a module" #endif