Commit 92b87884 authored by Linus Torvalds's avatar Linus Torvalds

Add proper header file for fewer warnings in blkmtd.c

It's still broken, but now the silly warnings no longer hide
the _real_ problems in this file.
parent 43542370
......@@ -45,6 +45,7 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/blkdev.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