Commit ae871bc9 authored by Andrew Morton's avatar Andrew Morton Committed by Ben Collins

[PATCH] MTD build fix

From: Adrian Bunk <bunk@fs.tum.de>

Fix this:

drivers/mtd/maps/map_funcs.c: In function `simple_map_read64':
drivers/mtd/maps/map_funcs.c:38: warning: implicit declaration of
function `__raw_readll'
parent f9314772
......@@ -13,6 +13,7 @@
#include <asm/io.h>
#include <linux/mtd/map.h>
#include <linux/mtd/cfi.h>
static u8 simple_map_read8(struct map_info *map, unsigned long ofs)
{
......
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