Skip to content

Commit

Permalink
[ARM] pxa/colibri: fix missing #include <mach/mfp.h> in colibri.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakob Viketoft authored and Eric Miao committed May 6, 2010
1 parent b53f771 commit ccb8d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-pxa/include/mach/colibri.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _COLIBRI_H_

#include <net/ax88796.h>
#include <mach/mfp.h>

/*
* common settings for all modules
Expand Down

0 comments on commit ccb8d8d

Please sign in to comment.