Changeset 5ac77cc in mainline for kernel/arch/arm32/src/interrupt.c


Ignore:
Timestamp:
2010-06-20T15:08:35Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66fcba2
Parents:
25c97174
Message:

Remove more machine-dependent includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/interrupt.c

    r25c97174 r5ac77cc  
    3636#include <arch/asm.h>
    3737#include <arch/regutils.h>
     38#include <arch/machine_func.h>
    3839#include <ddi/irq.h>
    3940#include <ddi/device.h>
    4041#include <interrupt.h>
    41 
    42 #ifdef MACHINE_testarm
    43         #include <arch/mach/testarm/testarm.h>
    44 #endif
    45 
    46 #ifdef MACHINE_integratorcp
    47         #include <arch/mach/integratorcp/integratorcp.h>
    48 #endif
    4942
    5043/** Initial size of a table holding interrupt handlers. */
Note: See TracChangeset for help on using the changeset viewer.