mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
scst: Fix RHEL 5 build
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6853 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -20,8 +20,11 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <linux/blkdev.h> /* struct request_queue */
|
||||
#include <linux/scatterlist.h> /* struct scatterlist */
|
||||
#include <linux/slab.h> /* kmalloc() */
|
||||
#include <linux/writeback.h> /* sync_page_range() */
|
||||
#include <scsi/scsi_cmnd.h> /* struct scsi_cmnd */
|
||||
|
||||
/* <asm-generic/barrier.h> */
|
||||
|
||||
|
||||
@@ -35,6 +35,12 @@
|
||||
#include <linux/ratelimit.h>
|
||||
#endif
|
||||
|
||||
#ifdef INSIDE_KERNEL_TREE
|
||||
#include <scst/backport.h>
|
||||
#else
|
||||
#include <backport.h>
|
||||
#endif
|
||||
|
||||
#if !defined(INSIDE_KERNEL_TREE)
|
||||
#ifdef CONFIG_SCST_DEBUG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user