mirror of https://gitee.com/openkylin/linux.git
[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: Jakob Viketoft <jakob.viketoft@bitsim.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
parent
b53f771061
commit
ccb8d8d070
|
@ -2,6 +2,7 @@
|
||||||
#define _COLIBRI_H_
|
#define _COLIBRI_H_
|
||||||
|
|
||||||
#include <net/ax88796.h>
|
#include <net/ax88796.h>
|
||||||
|
#include <mach/mfp.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* common settings for all modules
|
* common settings for all modules
|
||||||
|
|
Loading…
Reference in New Issue