| Submitter | Andreas Bießmann |
|---|---|
| Date | March 13, 2012, 3:01 p.m. |
| Message ID | <1331650911-20600-1-git-send-email-andreas.devel@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/146421/ |
| State | Accepted |
| Commit | 77c3d844b0e2617dace78b39433aebe5d219187d |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Comments
Patch
diff --git a/board/egnite/ethernut5/ethernut5.c b/board/egnite/ethernut5/ethernut5.c index fd021a3..e99f437 100644 --- a/board/egnite/ethernut5/ethernut5.c +++ b/board/egnite/ethernut5/ethernut5.c @@ -77,6 +77,7 @@ #include <spi.h> #include <dataflash.h> #include <mmc.h> +#include <atmel_mci.h> #include <asm/arch/at91sam9260.h> #include <asm/arch/at91sam9260_matrix.h> diff --git a/board/emk/top9000/top9000.c b/board/emk/top9000/top9000.c index e0b4cf2..86a8d0b 100644 --- a/board/emk/top9000/top9000.c +++ b/board/emk/top9000/top9000.c @@ -29,6 +29,7 @@ #include <net.h> #include <netdev.h> #include <mmc.h> +#include <atmel_mci.h> #include <i2c.h> #include <spi.h> #include <asm/io.h>