]> Git Repo - u-boot.git/commitdiff
AVR32: Include <div64.h> instead of <asm/div64.h>
authorHaavard Skinnemoen <[email protected]>
Mon, 13 Aug 2007 15:22:31 +0000 (17:22 +0200)
committerHaavard Skinnemoen <[email protected]>
Mon, 13 Aug 2007 15:22:31 +0000 (17:22 +0200)
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 <[email protected]>
cpu/at32ap/interrupts.c

index c9e04993c777a1344147acf2d108ca5e02d2604a..bef1f30d79d3414cd7e53b8f8e126ff57d80ec43 100644 (file)
@@ -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>
This page took 0.032204 seconds and 4 git commands to generate.