Commit 5a1b8c2d authored by Jakob Viketoft's avatar Jakob Viketoft Committed by Greg Kroah-Hartman

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

commit ccb8d8d0 upstream.

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

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 878ab0f7
......@@ -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