* mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.

This commit is contained in:
Ralf Corsepius
2004-04-02 11:20:55 +00:00
parent cb33a86f6d
commit fbb8e6aa87
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* mcf5206/timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* m68040/fpsp/rtems_skel.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -31,7 +31,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include "bsp.h"
#include "mcf5206/mcf5206e.h"