Commit 764a645a authored by Andrew Morton's avatar Andrew Morton Committed by Patrick Mochel

[PATCH] miropcm20-rds.c build fix

It needs fs.h for struct inode.
parent 61704c08
......@@ -12,6 +12,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <asm/uaccess.h>
#include "miropcm20-rds-core.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