Author: bencollins
Date: 2002-11-16 16:52:50 -0500 (Sat, 16 Nov 2002)
New Revision: 681
Modified:
trunk/sbp2.c
Log:
2.5.47 no longer has sd.h
Modified: trunk/sbp2.c
==============================================================================
--- trunk/sbp2.c (original)
+++ trunk/sbp2.c 2002-11-16 16:52:51.000000000 -0500
@@ -328,13 +328,9 @@
#include <asm/io.h>
#include <asm/scatterlist.h>
-#ifdef CONFIG_KBUILD_2_5
-#include <scsi.h>
-#include <hosts.h>
-#include <sd.h>
-#else
#include "../scsi/scsi.h"
#include "../scsi/hosts.h"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,47)
#include "../scsi/sd.h"
#endif
|