Commit ccb8d8d0 authored by Jakob Viketoft's avatar Jakob Viketoft Committed by Eric Miao

[ARM] pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h

The use of mfp_cfg_t causes build errors without including <mach/mfp.h>.

CC: stable@kernel.org
CC: Daniel Mack <daniel@caiaq.de>
Signed-off-by: default avatarJakob Viketoft <jakob.viketoft@bitsim.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent b53f7710
......@@ -2,6 +2,7 @@
#define _COLIBRI_H_
#include <net/ax88796.h>
#include <mach/mfp.h>
/*
* common settings for all modules
......
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