]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AVR32: Include <div64.h> instead of <asm/div64.h>
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 13 Aug 2007 15:22:31 +0000 (17:22 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 13 Aug 2007 15:22:31 +0000 (17:22 +0200)
commit0ba8eed28b575626b17e0a7882f923b83e0d7584
treea2a49881965720fe37488a6953c36a945b4d74aa
parent375c2c9e57ea5b8d678475379378f4774aa9cb88
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: Haavard Skinnemoen <hskinnemoen@atmel.com>
cpu/at32ap/interrupts.c