Commit 538981e4 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] missing init.h in drivers/mtd/chips/sharp.c

From: Christoph Hellwig <hch@lst.de>

again needed by most non-x86 arches.

 * Include linux/init.h for __init
parent a9793731
......@@ -30,6 +30,7 @@
#include <linux/mtd/mtd.h>
#include <linux/mtd/cfi.h>
#include <linux/delay.h>
#include <linux/init.h>
#define CMD_RESET 0xffffffff
#define CMD_READ_ID 0x90909090
......
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