Commit 099d02d8 authored by Russell King's avatar Russell King

[PATCH] 2.5.13: vmalloc link failure

The following patch fixes this, and also fixes the similar problem in
scsi_debug.c:
parent f4f8a039
......@@ -32,6 +32,7 @@
#include <linux/init.h>
#include <linux/proc_fs.h>
#include <linux/smp_lock.h>
#include <linux/vmalloc.h>
#include <asm/system.h>
#include <asm/io.h>
......@@ -40,7 +41,7 @@
#include "scsi.h"
#include "hosts.h"
#include<linux/stat.h>
#include <linux/stat.h>
#ifndef LINUX_VERSION_CODE
#include <linux/version.h>
......
......@@ -41,7 +41,7 @@
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/smp.h>
#include <asm/uaccess.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment