提交 0ba8eed2 编写于 作者: H Haavard Skinnemoen

AVR32: Include <div64.h> instead of <asm/div64.h>

include/asm-avr32/div64.h was recently moved to include/div64.h, but
cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
the patch was merged perhaps?)

This patch updates cpu/at32ap/interrupts.c so that the avr32 port
compiles again.
Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
上级 375c2c9e
......@@ -20,8 +20,8 @@
* MA 02111-1307 USA
*/
#include <common.h>
#include <div64.h>
#include <asm/div64.h>
#include <asm/errno.h>
#include <asm/io.h>
#include <asm/processor.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册