Commit 6dc89ff4 authored by Jeff Garzik's avatar Jeff Garzik

Add a couple #includes to fix the alpha build.

parent 58fd1195
......@@ -43,6 +43,7 @@
#include <linux/proc_fs.h>
#include <asm/console.h>
#include <asm/uaccess.h>
#include <asm/machvec.h>
#define DIRNAME "srm_environment" /* Subdir in /proc/ */
#define VERSION "0.0.2" /* Module version */
......
......@@ -5,6 +5,7 @@
#include <asm/atomic.h>
#include <linux/mount.h>
#include <asm/page.h> /* for BUG() */
/*
* linux/include/linux/dcache.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