|
@@ -61,6 +61,9 @@
|
|
#include <asm/stacktrace.h>
|
|
#include <asm/stacktrace.h>
|
|
#include <asm/io.h>
|
|
#include <asm/io.h>
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef CONFIG_CHR_DEV_SG
|
|
|
|
+#include <scsi/sg.h>
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
#if defined(CONFIG_SYSCTL)
|
|
#if defined(CONFIG_SYSCTL)
|
|
@@ -116,10 +119,6 @@ static int min_percpu_pagelist_fract = 8;
|
|
|
|
|
|
static int ngroups_max = NGROUPS_MAX;
|
|
static int ngroups_max = NGROUPS_MAX;
|
|
|
|
|
|
-#ifdef CONFIG_CHR_DEV_SG
|
|
|
|
-extern int sg_big_buff;
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_SPARC
|
|
#ifdef CONFIG_SPARC
|
|
#include <asm/system.h>
|
|
#include <asm/system.h>
|
|
#endif
|
|
#endif
|